#013913

Color #013913 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #013913

Tints of British Racing Green #013913

Color information

#013913 (or 0x013913) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 13. RGB value is (1,57,19). Sum of RGB (Red+Green+Blue) = 1+57+19=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #013913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013913 is #FEC6EC. Grayscale: #242424. Windows color (decimal): -16697069 or 1259777. OLE color: 1259777.

HSL color Cylindrical-coordinate representation of color #013913: hue angle of 139.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013913 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB15719-
CMYK0.9800.670.78
HSL139.29º96.55%11.37%-
HSV(B)139.29º98.25%22.35%-
XYZ1.592.981.11-
YUV35.92118.45103.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 57 (22.66% from 255) = 74.03%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=1.30%
G=74.03%
B=24.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157190.9800.670.78139.2996.5511.37
Hex13913620434E8b61b
Octal17123142010311621314113
Binary11110011001111000100100001110011101000101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013913; }

 p { color: rgb(1,57,19); }

 H1.HeaderClassName
 {
   color: #013913;
 }
 .AnyTagClassName
 {
   color: #013913;
 }
</style>
background-color css

<style>
 a { background-color: #013913; }

 a { background-color: rgb(1,57,19); }

 div.DivClassName
 {
   background-color: #013913;
 }
 .BgClassName
 {
   background-color: #013913;
 }
</style>
border-color css

<style>
 span { border-color: #013913; }

 span { border-color: rgb(1,57,19); }

 td.TdClassName
 {
   border-color: #013913;
 }
 .TagClassName
 {
   border-color: #013913;
 }
</style>