#117931

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

Shades of Camarone #117931

Tints of Camarone #117931

Color information

#117931 (or 0x117931) is unknown color: approx Camarone. HEX triplet: 11, 79 and 31. RGB value is (17,121,49). Sum of RGB (Red+Green+Blue) = 17+121+49=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #117931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117931 is #EE86CE. Grayscale: #515151. Windows color (decimal): -15632079 or 3242257. OLE color: 3242257.

HSL color Cylindrical-coordinate representation of color #117931: hue angle of 138.46º 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 #117931 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1712149-
CMYK0.8600.600.53
HSL138.46º75.36%27.06%-
HSV(B)138.46º85.95%47.45%-
XYZ7.6214.025.21-
YUV81.7109.5481.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 121 (47.66% from 255) = 64.71%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=9.09%
G=64.71%
B=26.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121490.8600.600.53138.4675.3627.06
Hex1179315603C358a4b1b
Octal21171611260746521211333
Binary1000111110011100011010110011110011010110001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117931; }

 p { color: rgb(17,121,49); }

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

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

 a { background-color: rgb(17,121,49); }

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

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

 span { border-color: rgb(17,121,49); }

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