#117729

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

Shades of Camarone #117729

Tints of Camarone #117729

Color information

#117729 (or 0x117729) is unknown color: approx Camarone. HEX triplet: 11, 77 and 29. RGB value is (17,119,41). Sum of RGB (Red+Green+Blue) = 17+119+41=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #117729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117729 is #EE88D6. Grayscale: #4F4F4F. Windows color (decimal): -15632599 or 2717457. OLE color: 2717457.

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

Color convert

RGB1711941-
CMYK0.8600.660.53
HSL134.12º75%26.67%-
HSV(B)134.12º85.71%46.67%-
XYZ7.2313.474.32-
YUV79.61106.2183.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 119 (46.88% from 255) = 67.23%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=9.60%
G=67.23%
B=23.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119410.8600.660.53134.127526.67
Hex1177295604235864b1b
Octal211675112601026520611333
Binary10001111011110100110101100100001011010110000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117729; }

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

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

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

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

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

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

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

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