Html Css Color HEX #054118 British Racing Green

📋 copy color: '#054118'

red 5 ◦ green 65 ◦ blue 24

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

Shades of British Racing Green #054118

Tints of British Racing Green #054118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 69.15%

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

R = 5.32%
G = 69.15%
B = 25.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#054118 (or 0x054118) is known color: British Racing Green. HEX triplet: 05, 41 and 18. RGB value is (5,65,24). Sum of RGB (Red+Green+Blue) = 5+65+24=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #054118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054118 is #FABEE7. Grayscale: #2A2A2A. Windows color (decimal): -16432872 or 1589509. OLE color: 1589509.

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

Color convert

RGB 5 65 24 -
CMYK 0.92 0 0.63 0.75
HSL 139º 0.86% 0.14% -
HSV(B) 139º 0.92% 0.25% -
XYZ 2.12 3.88 1.5 -
YUV 42.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 5 65 24 0.92 0 0.63 0.75 139 0.86 0.14
Hex 5 41 18 5C 0 3F 4B 8B 56 E
Octal 5 101 30 134 0 77 113 213 126 16
Binary 101 1000001 11000 1011100 0 111111 1001011 10001011 1010110 1110

Color Harmonies of #054118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054118

Black with #054118

Text Example


Text Example

White with #054118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054118; }

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

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

background-color css

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

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

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

border-color css

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

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

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