#117136

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

Shades of Camarone #117136

Tints of Camarone #117136

Color information

#117136 (or 0x117136) is unknown color: approx Camarone. HEX triplet: 11, 71 and 36. RGB value is (17,113,54). Sum of RGB (Red+Green+Blue) = 17+113+54=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #117136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117136 is #EE8EC9. Grayscale: #4D4D4D. Windows color (decimal): -15634122 or 3567889. OLE color: 3567889.

HSL color Cylindrical-coordinate representation of color #117136: hue angle of 143.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117136 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1711354-
CMYK0.8500.520.56
HSL143.12º73.85%25.49%-
HSV(B)143.12º84.96%44.31%-
XYZ6.812.25.49-
YUV77.57114.784.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=9.24%
G=61.41%
B=29.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113540.8500.520.56143.1273.8525.49
Hex11713655034388f4a19
Octal21161661250647021711231
Binary1000111100011101101010101011010011100010001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117136; }

 p { color: rgb(17,113,54); }

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

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

 a { background-color: rgb(17,113,54); }

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

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

 span { border-color: rgb(17,113,54); }

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