Html Css Color HEX #055118 British Racing Green

📋 copy color: '#055118'

red 5 ◦ green 81 ◦ blue 24

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

Shades of British Racing Green #055118

Tints of British Racing Green #055118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 73.64%

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

R = 4.55%
G = 73.64%
B = 21.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#055118 (or 0x055118) is known color: British Racing Green. HEX triplet: 05, 51 and 18. RGB value is (5,81,24). Sum of RGB (Red+Green+Blue) = 5+81+24=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #055118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055118 is #FAAEE7. Grayscale: #333333. Windows color (decimal): -16428776 or 1593605. OLE color: 1593605.

HSL color Cylindrical-coordinate representation of color #055118: hue angle of 135º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055118 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 81 24 -
CMYK 0.94 0 0.70 0.68
HSL 135º 0.88% 0.17% -
HSV(B) 135º 0.94% 0.32% -
XYZ 3.17 5.98 1.85 -
YUV 51.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 5 81 24 0.94 0 0.70 0.68 135 0.88 0.17
Hex 5 51 18 5E 0 46 44 87 58 11
Octal 5 121 30 136 0 106 104 207 130 21
Binary 101 1010001 11000 1011110 0 1000110 1000100 10000111 1011000 10001

Color Harmonies of #055118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055118

Black with #055118

Text Example


Text Example

White with #055118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055118; }

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

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

background-color css

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

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

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

border-color css

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

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

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