#116E30

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

Shades of Camarone #116E30

Tints of Camarone #116E30

Color information

#116E30 (or 0x116E30) is unknown color: approx Camarone. HEX triplet: 11, 6E and 30. RGB value is (17,110,48). Sum of RGB (Red+Green+Blue) = 17+110+48=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #116E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E30 is #EE91CF. Grayscale: #4B4B4B. Windows color (decimal): -15634896 or 3173905. OLE color: 3173905.

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

Color convert

RGB1711048-
CMYK0.8500.560.57
HSL140º73.23%24.9%-
HSV(B)140º84.55%43.14%-
XYZ6.3411.484.68-
YUV75.12112.6986.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=9.71%
G=62.86%
B=27.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110480.8500.560.5714073.2324.9
Hex116E3055038398c4919
Octal21156601250707121411131
Binary1000111011101100001010101011100011100110001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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