Html Css Color HEX #054824 British Racing Green

📋 copy color: '#054824'

red 5 ◦ green 72 ◦ blue 36

#054824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #054824

Tints of British Racing Green #054824

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 value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#054824 (or 0x054824) is known color: 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

RGB 5 72 36 -
CMYK 0.93 0 0.5 0.72
HSL 147.76º 0.87% 0.15% -
HSV(B) 147.76º 0.93% 0.28% -
XYZ 2.7 4.79 2.45 -
YUV 47.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 5 72 36 0.93 0 0.5 0.72 147.76 0.87 0.15
Hex 5 48 24 5D 0 32 48 94 57 F
Octal 5 110 44 135 0 62 110 224 127 17
Binary 101 1001000 100100 1011101 0 110010 1001000 10010100 1010111 1111

Color Harmonies of #054824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054824

Black with #054824

Text Example


Text Example

White with #054824

Text Example


Text Example

HTML Codes & Css Web 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>