#054224

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

Shades of British Racing Green #054224

Tints of British Racing Green #054224

Color information

#054224 (or 0x054224) is unknown color: approx British Racing Green. HEX triplet: 05, 42 and 24. RGB value is (5,66,36). Sum of RGB (Red+Green+Blue) = 5+66+36=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #054224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054224 is #FABDDB. Grayscale: #2C2C2C. Windows color (decimal): -16432604 or 2376197. OLE color: 2376197.

HSL color Cylindrical-coordinate representation of color #054224: hue angle of 150.49º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054224 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB56636-
CMYK0.9200.450.74
HSL150.49º85.92%13.92%-
HSV(B)150.49º92.42%25.88%-
XYZ2.334.062.33-
YUV44.34123.2999.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=4.67%
G=61.68%
B=33.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566360.9200.450.74150.4985.9213.92
Hex542245C02D4A9656e
Octal51024413405511222612616
Binary10110000101001001011100010110110010101001011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054224; }

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

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

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

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

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

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

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

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