Html Css Color HEX #054318 British Racing Green

📋 copy color: '#054318'

red 5 ◦ green 67 ◦ blue 24

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

Shades of British Racing Green #054318

Tints of British Racing Green #054318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 69.79%

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

R = 5.21%
G = 69.79%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#054318 (or 0x054318) is known color: British Racing Green. HEX triplet: 05, 43 and 18. RGB value is (5,67,24). Sum of RGB (Red+Green+Blue) = 5+67+24=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #054318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054318 is #FABCE7. Grayscale: #2B2B2B. Windows color (decimal): -16432360 or 1590021. OLE color: 1590021.

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

Color convert

RGB 5 67 24 -
CMYK 0.93 0 0.64 0.74
HSL 138.39º 0.86% 0.14% -
HSV(B) 138.39º 0.93% 0.26% -
XYZ 2.23 4.11 1.54 -
YUV 43.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 5 67 24 0.93 0 0.64 0.74 138.39 0.86 0.14
Hex 5 43 18 5D 0 40 4A 8A 56 E
Octal 5 103 30 135 0 100 112 212 126 16
Binary 101 1000011 11000 1011101 0 1000000 1001010 10001010 1010110 1110

Color Harmonies of #054318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054318

Black with #054318

Text Example


Text Example

White with #054318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054318; }

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

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

background-color css

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

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

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

border-color css

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

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

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