Html Css Color HEX #054518 British Racing Green

📋 copy color: '#054518'

red 5 ◦ green 69 ◦ blue 24

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

Shades of British Racing Green #054518

Tints of British Racing Green #054518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 70.41%

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

R = 5.1%
G = 70.41%
B = 24.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#054518 (or 0x054518) is known color: British Racing Green. HEX triplet: 05, 45 and 18. RGB value is (5,69,24). Sum of RGB (Red+Green+Blue) = 5+69+24=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #054518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054518 is #FABAE7. Grayscale: #2C2C2C. Windows color (decimal): -16431848 or 1590533. OLE color: 1590533.

HSL color Cylindrical-coordinate representation of color #054518: hue angle of 137.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054518 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 24 -
CMYK 0.93 0 0.65 0.73
HSL 137.81º 0.86% 0.15% -
HSV(B) 137.81º 0.93% 0.27% -
XYZ 2.36 4.35 1.58 -
YUV 44.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 5 69 24 0.93 0 0.65 0.73 137.81 0.86 0.15
Hex 5 45 18 5D 0 41 49 8A 56 F
Octal 5 105 30 135 0 101 111 212 126 17
Binary 101 1000101 11000 1011101 0 1000001 1001001 10001010 1010110 1111

Color Harmonies of #054518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054518

Black with #054518

Text Example


Text Example

White with #054518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054518; }

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

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

background-color css

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

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

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

border-color css

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

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

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