Html Css Color HEX #054018 British Racing Green

📋 copy color: '#054018'

red 5 ◦ green 64 ◦ blue 24

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

Shades of British Racing Green #054018

Tints of British Racing Green #054018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.82%

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

R = 5.38%
G = 68.82%
B = 25.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#054018 (or 0x054018) is known color: British Racing Green. HEX triplet: 05, 40 and 18. RGB value is (5,64,24). Sum of RGB (Red+Green+Blue) = 5+64+24=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #054018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054018 is #FABFE7. Grayscale: #292929. Windows color (decimal): -16433128 or 1589253. OLE color: 1589253.

HSL color Cylindrical-coordinate representation of color #054018: hue angle of 139.32º 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 #054018 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 24 -
CMYK 0.92 0 0.62 0.75
HSL 139.32º 0.86% 0.14% -
HSV(B) 139.32º 0.92% 0.25% -
XYZ 2.06 3.77 1.48 -
YUV 41.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 5 64 24 0.92 0 0.62 0.75 139.32 0.86 0.14
Hex 5 40 18 5C 0 3E 4B 8B 56 E
Octal 5 100 30 134 0 76 113 213 126 16
Binary 101 1000000 11000 1011100 0 111110 1001011 10001011 1010110 1110

Color Harmonies of #054018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054018

Black with #054018

Text Example


Text Example

White with #054018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054018; }

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

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

background-color css

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

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

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

border-color css

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

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

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