#053F18

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

Shades of British Racing Green #053F18

Tints of British Racing Green #053F18

Color information

#053F18 (or 0x053F18) is unknown color: approx British Racing Green. HEX triplet: 05, 3F and 18. RGB value is (5,63,24). Sum of RGB (Red+Green+Blue) = 5+63+24=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #053F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F18 is #FAC0E7. Grayscale: #292929. Windows color (decimal): -16433384 or 1588997. OLE color: 1588997.

HSL color Cylindrical-coordinate representation of color #053F18: hue angle of 139.66º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F18 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB56324-
CMYK0.9200.620.75
HSL139.66º85.29%13.33%-
HSV(B)139.66º92.06%24.71%-
XYZ23.651.46-
YUV41.21118.28102.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=5.43%
G=68.48%
B=26.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563240.9200.620.75139.6685.2913.33
Hex53F185C03E4B8c55d
Octal5773013407611321412515
Binary101111111110001011100011111010010111000110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F18; }

 p { color: rgb(5,63,24); }

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

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

 a { background-color: rgb(5,63,24); }

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

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

 span { border-color: rgb(5,63,24); }

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