#054924

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

Shades of British Racing Green #054924

Tints of British Racing Green #054924

Color information

#054924 (or 0x054924) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 24. RGB value is (5,73,36). Sum of RGB (Red+Green+Blue) = 5+73+36=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #054924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054924 is #FAB6DB. Grayscale: #303030. Windows color (decimal): -16430812 or 2377989. OLE color: 2377989.

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

Color convert

RGB57336-
CMYK0.9300.510.71
HSL147.35º87.18%15.29%-
HSV(B)147.35º93.15%28.63%-
XYZ2.764.922.47-
YUV48.45120.9797.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 73 (28.91% from 255) = 64.04%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=4.39%
G=64.04%
B=31.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573360.9300.510.71147.3587.1815.29
Hex549245D033479357f
Octal51114413506310722312717
Binary10110010011001001011101011001110001111001001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054924; }

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

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

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

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

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

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

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

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