Html Css Color HEX #054918 British Racing Green

📋 copy color: '#054918'

red 5 ◦ green 73 ◦ blue 24

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

Shades of British Racing Green #054918

Tints of British Racing Green #054918

RGB

 RED value IS 5 (2.34% from 255) = 4.9%

 GREEN value IS 73 (28.91% from 255) = 71.57%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 4.9%
G = 71.57%
B = 23.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#054918 (or 0x054918) is known color: British Racing Green. HEX triplet: 05, 49 and 18. RGB value is (5,73,24). Sum of RGB (Red+Green+Blue) = 5+73+24=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #054918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054918 is #FAB6E7. Grayscale: #2F2F2F. Windows color (decimal): -16430824 or 1591557. OLE color: 1591557.

HSL color Cylindrical-coordinate representation of color #054918: hue angle of 136.76º 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 #054918 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 24 -
CMYK 0.93 0 0.67 0.71
HSL 136.76º 0.87% 0.15% -
HSV(B) 136.76º 0.93% 0.29% -
XYZ 2.61 4.86 1.67 -
YUV 47.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 5 73 24 0.93 0 0.67 0.71 136.76 0.87 0.15
Hex 5 49 18 5D 0 43 47 89 57 F
Octal 5 111 30 135 0 103 107 211 127 17
Binary 101 1001001 11000 1011101 0 1000011 1000111 10001001 1010111 1111

Color Harmonies of #054918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054918

Black with #054918

Text Example


Text Example

White with #054918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054918; }

 p { color: rgb(5,73,24); }

 H1.HeaderClassName
 {
   color: #054918;
 }
 .AnyTagClassName
 {
   color: #054918;
 }
</style>

background-color css

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

 a { background-color: rgb(5,73,24); }

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

border-color css

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

 span { border-color: rgb(5,73,24); }

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