#054824

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

Shades of British Racing Green #054824

Tints of British Racing Green #054824

Color information

#054824 (or 0x054824) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 24. RGB value is (5,72,36). Sum of RGB (Red+Green+Blue) = 5+72+36=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #054824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054824 is #FAB7DB. Grayscale: #2F2F2F. Windows color (decimal): -16431068 or 2377733. OLE color: 2377733.

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

Color convert

RGB57236-
CMYK0.9300.50.72
HSL147.76º87.01%15.1%-
HSV(B)147.76º93.06%28.24%-
XYZ2.74.792.45-
YUV47.86121.397.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 72 (28.52% from 255) = 63.72%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=4.42%
G=63.72%
B=31.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572360.9300.50.72147.7687.0115.1
Hex548245D032489457f
Octal51104413506211022412717
Binary10110010001001001011101011001010010001001010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054824; }

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

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

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

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

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

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

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

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