Html Css Color HEX #054924 British Racing Green

📋 copy color: '#054924'

red 5 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #054924

Tints of British Racing Green #054924

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

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 5 73 36 -
CMYK 0.93 0 0.51 0.71
HSL 147.35º 0.87% 0.15% -
HSV(B) 147.35º 0.93% 0.29% -
XYZ 2.76 4.92 2.47 -
YUV 48.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 5 73 36 0.93 0 0.51 0.71 147.35 0.87 0.15
Hex 5 49 24 5D 0 33 47 93 57 F
Octal 5 111 44 135 0 63 107 223 127 17
Binary 101 1001001 100100 1011101 0 110011 1000111 10010011 1010111 1111

Color Harmonies of #054924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054924

Black with #054924

Text Example


Text Example

White with #054924

Text Example


Text Example

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