#116E28

Color #116E28 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #116E28

Tints of Camarone #116E28

Color information

#116E28 (or 0x116E28) is unknown color: approx Camarone. HEX triplet: 11, 6E and 28. RGB value is (17,110,40). Sum of RGB (Red+Green+Blue) = 17+110+40=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #116E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E28 is #EE91D7. Grayscale: #4A4A4A. Windows color (decimal): -15634904 or 2649617. OLE color: 2649617.

HSL color Cylindrical-coordinate representation of color #116E28: hue angle of 134.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E28 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB1711040-
CMYK0.8500.640.57
HSL134.84º73.23%24.9%-
HSV(B)134.84º84.55%43.14%-
XYZ6.1911.423.89-
YUV74.21108.6987.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 110 (43.36% from 255) = 65.87%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=10.18%
G=65.87%
B=23.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110400.8500.640.57134.8473.2324.9
Hex116E285504039874919
Octal211565012501007120711131
Binary10001110111010100010101010100000011100110000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116E28; }

 p { color: rgb(17,110,40); }

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

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

 a { background-color: rgb(17,110,40); }

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

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

 span { border-color: rgb(17,110,40); }

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