#117036

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

Shades of Camarone #117036

Tints of Camarone #117036

Color information

#117036 (or 0x117036) is unknown color: approx Camarone. HEX triplet: 11, 70 and 36. RGB value is (17,112,54). Sum of RGB (Red+Green+Blue) = 17+112+54=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #117036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117036 is #EE8FC9. Grayscale: #4D4D4D. Windows color (decimal): -15634378 or 3567633. OLE color: 3567633.

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

Color convert

RGB1711254-
CMYK0.8500.520.56
HSL143.37º73.64%25.29%-
HSV(B)143.37º84.82%43.92%-
XYZ6.6911.975.45-
YUV76.98115.0385.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=9.29%
G=61.20%
B=29.51%

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
Decimal17112540.8500.520.56143.3773.6425.29
Hex11703655034388f4a19
Octal21160661250647021711231
Binary1000111100001101101010101011010011100010001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117036; }

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

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

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

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

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

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

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

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