#117529

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

Shades of Camarone #117529

Tints of Camarone #117529

Color information

#117529 (or 0x117529) is unknown color: approx Camarone. HEX triplet: 11, 75 and 29. RGB value is (17,117,41). Sum of RGB (Red+Green+Blue) = 17+117+41=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #117529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117529 is #EE8AD6. Grayscale: #4E4E4E. Windows color (decimal): -15633111 or 2716945. OLE color: 2716945.

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

Color convert

RGB1711741-
CMYK0.8500.650.54
HSL134.4º74.63%26.27%-
HSV(B)134.4º85.47%45.88%-
XYZ6.99134.24-
YUV78.44106.8784.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=9.71%
G=66.86%
B=23.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117410.8500.650.54134.474.6326.27
Hex1175295504136864b1a
Octal211655112501016620611332
Binary10001111010110100110101010100000111011010000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117529; }

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

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

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

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

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

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

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

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