Html Css Color HEX #054218 British Racing Green

📋 copy color: '#054218'

red 5 ◦ green 66 ◦ blue 24

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

Shades of British Racing Green #054218

Tints of British Racing Green #054218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 69.47%

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

R = 5.26%
G = 69.47%
B = 25.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#054218 (or 0x054218) is known color: British Racing Green. HEX triplet: 05, 42 and 18. RGB value is (5,66,24). Sum of RGB (Red+Green+Blue) = 5+66+24=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #054218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054218 is #FABDE7. Grayscale: #2B2B2B. Windows color (decimal): -16432616 or 1589765. OLE color: 1589765.

HSL color Cylindrical-coordinate representation of color #054218: hue angle of 138.69º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054218 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 24 -
CMYK 0.92 0 0.64 0.74
HSL 138.69º 0.86% 0.14% -
HSV(B) 138.69º 0.92% 0.26% -
XYZ 2.18 3.99 1.52 -
YUV 42.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 5 66 24 0.92 0 0.64 0.74 138.69 0.86 0.14
Hex 5 42 18 5C 0 40 4A 8B 56 E
Octal 5 102 30 134 0 100 112 213 126 16
Binary 101 1000010 11000 1011100 0 1000000 1001010 10001011 1010110 1110

Color Harmonies of #054218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054218

Black with #054218

Text Example


Text Example

White with #054218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054218; }

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

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

background-color css

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

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

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

border-color css

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

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

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