#116C28

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

Shades of Camarone #116C28

Tints of Camarone #116C28

Color information

#116C28 (or 0x116C28) is unknown color: approx Camarone. HEX triplet: 11, 6C and 28. RGB value is (17,108,40). Sum of RGB (Red+Green+Blue) = 17+108+40=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #116C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C28 is #EE93D7. Grayscale: #494949. Windows color (decimal): -15635416 or 2649105. OLE color: 2649105.

HSL color Cylindrical-coordinate representation of color #116C28: hue angle of 135.16º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C28 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1710840-
CMYK0.8400.630.58
HSL135.16º72.8%24.51%-
HSV(B)135.16º84.26%42.35%-
XYZ5.98113.82-
YUV73.04109.3588.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 108 (42.58% from 255) = 65.45%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=10.30%
G=65.45%
B=24.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17108400.8400.630.58135.1672.824.51
Hex116C285403F3A874919
Octal21154501240777220711131
Binary1000111011001010001010100011111111101010000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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