#054918

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

Shades of British Racing Green #054918

Tints of British Racing Green #054918

Color information

#054918 (or 0x054918) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 18. RGB value is (5,73,24). Sum of RGB (Red+Green+Blue) = 5+73+24=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #054918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054918 is #FAB6E7. Grayscale: #2F2F2F. Windows color (decimal): -16430824 or 1591557. OLE color: 1591557.

HSL color Cylindrical-coordinate representation of color #054918: hue angle of 136.76º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054918 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB57324-
CMYK0.9300.670.71
HSL136.76º87.18%15.29%-
HSV(B)136.76º93.15%28.63%-
XYZ2.614.861.67-
YUV47.08114.9797.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 73 (28.91% from 255) = 71.57%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=4.90%
G=71.57%
B=23.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573240.9300.670.71136.7687.1815.29
Hex549185D043478957f
Octal511130135010310721112717
Binary10110010011100010111010100001110001111000100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054918; }

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

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

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

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

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

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

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

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