#117052

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

Shades of Watercourse #117052

Tints of Watercourse #117052

Color information

#117052 (or 0x117052) is unknown color: approx Watercourse. HEX triplet: 11, 70 and 52. RGB value is (17,112,82). Sum of RGB (Red+Green+Blue) = 17+112+82=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #117052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117052 is #EE8FAD. Grayscale: #505050. Windows color (decimal): -15634350 or 5402641. OLE color: 5402641.

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

Color convert

RGB1711282-
CMYK0.8500.270.56
HSL161.05º73.64%25.29%-
HSV(B)161.05º84.82%43.92%-
XYZ7.5512.329.96-
YUV80.18129.0382.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=8.06%
G=53.08%
B=38.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112820.8500.270.56161.0573.6425.29
Hex1170525501B38a14a19
Octal211601221250337024111231
Binary1000111100001010010101010101101111100010100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117052; }

 p { color: rgb(17,112,82); }

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

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

 a { background-color: rgb(17,112,82); }

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

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

 span { border-color: rgb(17,112,82); }

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