#054d24

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

Shades of British Racing Green #054D24

Tints of British Racing Green #054D24

Color information

#054D24 (or 0x054D24) is unknown color: approx British Racing Green. HEX triplet: 05, 4D and 24. RGB value is (5,77,36). Sum of RGB (Red+Green+Blue) = 5+77+36=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #054D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054D24 is #FAB2DB. Grayscale: #323232. Windows color (decimal): -16429788 or 2379013. OLE color: 2379013.

HSL color Cylindrical-coordinate representation of color #054D24: hue angle of 145.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D24 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB57736-
CMYK0.9400.530.70
HSL145.83º87.8%16.08%-
HSV(B)145.83º93.51%30.2%-
XYZ3.035.472.56-
YUV50.8119.6595.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 77 (30.47% from 255) = 65.25%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=4.24%
G=65.25%
B=30.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal577360.9400.530.70145.8387.816.08
Hex54D245E03546925810
Octal51154413606510622213020
Binary101100110110010010111100110101100011010010010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054d24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054d24; }

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

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

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

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

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

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

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

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