#053919

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

Shades of British Racing Green #053919

Tints of British Racing Green #053919

Color information

#053919 (or 0x053919) is unknown color: approx British Racing Green. HEX triplet: 05, 39 and 19. RGB value is (5,57,25). Sum of RGB (Red+Green+Blue) = 5+57+25=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #053919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053919 is #FAC6E6. Grayscale: #252525. Windows color (decimal): -16434919 or 1652997. OLE color: 1652997.

HSL color Cylindrical-coordinate representation of color #053919: hue angle of 143.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053919 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB55725-
CMYK0.9100.560.78
HSL143.08º83.87%12.16%-
HSV(B)143.08º91.23%22.35%-
XYZ1.73.031.41-
YUV37.8120.77104.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 57 (22.66% from 255) = 65.52%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=5.75%
G=65.52%
B=28.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557250.9100.560.78143.0883.8712.16
Hex539195B0384E8f54c
Octal5713113307011621712414
Binary101111001110011011011011100010011101000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053919; }

 p { color: rgb(5,57,25); }

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

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

 a { background-color: rgb(5,57,25); }

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

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

 span { border-color: rgb(5,57,25); }

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