#054920

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

Shades of British Racing Green #054920

Tints of British Racing Green #054920

Color information

#054920 (or 0x054920) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 20. RGB value is (5,73,32). Sum of RGB (Red+Green+Blue) = 5+73+32=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #054920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054920 is #FAB6DF. Grayscale: #303030. Windows color (decimal): -16430816 or 2115845. OLE color: 2115845.

HSL color Cylindrical-coordinate representation of color #054920: hue angle of 143.82º 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 #054920 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB57332-
CMYK0.9300.560.71
HSL143.82º87.18%15.29%-
HSV(B)143.82º93.15%28.63%-
XYZ2.714.92.17-
YUV47.99118.9797.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=4.55%
G=66.36%
B=29.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573320.9300.560.71143.8287.1815.29
Hex549205D038479057f
Octal51114013507010722012717
Binary10110010011000001011101011100010001111001000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054920; }

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

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

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

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

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

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

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

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