#117832

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

Shades of Camarone #117832

Tints of Camarone #117832

Color information

#117832 (or 0x117832) is unknown color: approx Camarone. HEX triplet: 11, 78 and 32. RGB value is (17,120,50). Sum of RGB (Red+Green+Blue) = 17+120+50=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #117832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117832 is #EE87CD. Grayscale: #515151. Windows color (decimal): -15632334 or 3307537. OLE color: 3307537.

HSL color Cylindrical-coordinate representation of color #117832: hue angle of 139.22º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117832 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1712050-
CMYK0.8600.580.53
HSL139.22º75.18%26.86%-
HSV(B)139.22º85.83%47.06%-
XYZ7.5213.785.28-
YUV81.22110.3882.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=9.09%
G=64.17%
B=26.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120500.8600.580.53139.2275.1826.86
Hex1178325603A358b4b1b
Octal21170621260726521311333
Binary1000111110001100101010110011101011010110001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117832; }

 p { color: rgb(17,120,50); }

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

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

 a { background-color: rgb(17,120,50); }

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

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

 span { border-color: rgb(17,120,50); }

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