Html Css Color HEX #054818 British Racing Green

📋 copy color: '#054818'

red 5 ◦ green 72 ◦ blue 24

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

Shades of British Racing Green #054818

Tints of British Racing Green #054818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 71.29%

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

R = 4.95%
G = 71.29%
B = 23.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#054818 (or 0x054818) is known color: British Racing Green. HEX triplet: 05, 48 and 18. RGB value is (5,72,24). Sum of RGB (Red+Green+Blue) = 5+72+24=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #054818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054818 is #FAB7E7. Grayscale: #2E2E2E. Windows color (decimal): -16431080 or 1591301. OLE color: 1591301.

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

Color convert

RGB 5 72 24 -
CMYK 0.93 0 0.67 0.72
HSL 137.01º 0.87% 0.15% -
HSV(B) 137.01º 0.93% 0.28% -
XYZ 2.54 4.73 1.64 -
YUV 46.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 5 72 24 0.93 0 0.67 0.72 137.01 0.87 0.15
Hex 5 48 18 5D 0 43 48 89 57 F
Octal 5 110 30 135 0 103 110 211 127 17
Binary 101 1001000 11000 1011101 0 1000011 1001000 10001001 1010111 1111

Color Harmonies of #054818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054818

Black with #054818

Text Example


Text Example

White with #054818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054818; }

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

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

background-color css

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

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

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

border-color css

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

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

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