#055116

Color #055116 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #055116

Tints of British Racing Green #055116

Color information

#055116 (or 0x055116) is unknown color: approx British Racing Green. HEX triplet: 05, 51 and 16. RGB value is (5,81,22). Sum of RGB (Red+Green+Blue) = 5+81+22=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #055116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055116 is #FAAEE9. Grayscale: #333333. Windows color (decimal): -16428778 or 1462533. OLE color: 1462533.

HSL color Cylindrical-coordinate representation of color #055116: hue angle of 133.42º 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 #055116 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB58122-
CMYK0.9400.730.68
HSL133.42º88.37%16.86%-
HSV(B)133.42º93.83%31.76%-
XYZ3.155.981.75-
YUV51.55111.3294.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 81 (32.03% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=4.63%
G=75%
B=20.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581220.9400.730.68133.4288.3716.86
Hex551165E04944855811
Octal512126136011110420513021
Binary101101000110110101111001001001100010010000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055116; }

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

 H1.HeaderClassName
 {
   color: #055116;
 }
 .AnyTagClassName
 {
   color: #055116;
 }
</style>
background-color css

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

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

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

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

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

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