#116E2E

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

Shades of Camarone #116E2E

Tints of Camarone #116E2E

Color information

#116E2E (or 0x116E2E) is unknown color: approx Camarone. HEX triplet: 11, 6E and 2E. RGB value is (17,110,46). Sum of RGB (Red+Green+Blue) = 17+110+46=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 110 (43.36% from 255 or 63.58% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 110 - color contains mainly: green. Hex color #116E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E2E is #EE91D1. Grayscale: #4B4B4B. Windows color (decimal): -15634898 or 3042833. OLE color: 3042833.

HSL color Cylindrical-coordinate representation of color #116E2E: hue angle of 138.71º 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 #116E2E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1711046-
CMYK0.8500.580.57
HSL138.71º73.23%24.9%-
HSV(B)138.71º84.55%43.14%-
XYZ6.311.474.47-
YUV74.9111.6986.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 110 (43.36% from 255) = 63.58%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=9.83%
G=63.58%
B=26.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110460.8500.580.57138.7173.2324.9
Hex116E2E5503A398b4919
Octal21156561250727121311131
Binary1000111011101011101010101011101011100110001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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