#117526

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

Shades of Camarone #117526

Tints of Camarone #117526

Color information

#117526 (or 0x117526) is unknown color: approx Camarone. HEX triplet: 11, 75 and 26. RGB value is (17,117,38). Sum of RGB (Red+Green+Blue) = 17+117+38=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #117526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117526 is #EE8AD9. Grayscale: #4E4E4E. Windows color (decimal): -15633114 or 2520337. OLE color: 2520337.

HSL color Cylindrical-coordinate representation of color #117526: hue angle of 132.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117526 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1711738-
CMYK0.8500.680.54
HSL132.6º74.63%26.27%-
HSV(B)132.6º85.47%45.88%-
XYZ6.9412.983.97-
YUV78.09105.3784.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 117 (46.09% from 255) = 68.02%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=9.88%
G=68.02%
B=22.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117380.8500.680.54132.674.6326.27
Hex1175265504436854b1a
Octal211654612501046620511332
Binary10001111010110011010101010100010011011010000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117526; }

 p { color: rgb(17,117,38); }

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

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

 a { background-color: rgb(17,117,38); }

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

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

 span { border-color: rgb(17,117,38); }

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