#117129

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

Shades of Camarone #117129

Tints of Camarone #117129

Color information

#117129 (or 0x117129) is unknown color: approx Camarone. HEX triplet: 11, 71 and 29. RGB value is (17,113,41). Sum of RGB (Red+Green+Blue) = 17+113+41=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #117129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117129 is #EE8ED6. Grayscale: #4C4C4C. Windows color (decimal): -15634135 or 2715921. OLE color: 2715921.

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

Color convert

RGB1711341-
CMYK0.8500.640.56
HSL135º73.85%25.49%-
HSV(B)135º84.96%44.31%-
XYZ6.5412.094.09-
YUV76.09108.285.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=9.94%
G=66.08%
B=23.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113410.8500.640.5613573.8525.49
Hex1171295504038874a19
Octal211615112501007020711231
Binary10001111000110100110101010100000011100010000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117129; }

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

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

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

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

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

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

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

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