#136E56

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

Shades of Watercourse #136E56

Tints of Watercourse #136E56

Color information

#136E56 (or 0x136E56) is unknown color: approx Watercourse. HEX triplet: 13, 6E and 56. RGB value is (19,110,86). Sum of RGB (Red+Green+Blue) = 19+110+86=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #136E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E56 is #EC91A9. Grayscale: #505050. Windows color (decimal): -15503786 or 5664275. OLE color: 5664275.

HSL color Cylindrical-coordinate representation of color #136E56: hue angle of 164.18º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E56 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1911086-
CMYK0.8300.220.57
HSL164.18º70.54%25.29%-
HSV(B)164.18º82.73%43.14%-
XYZ7.5211.9610.72-
YUV80.05131.3584.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 86 (33.98% from 255) = 40%
R=8.84%
G=51.16%
B=40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19110860.8300.220.57164.1870.5425.29
Hex136E565301639a44719
Octal231561261230267124410731
Binary1001111011101010110101001101011011100110100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136E56; }

 p { color: rgb(19,110,86); }

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

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

 a { background-color: rgb(19,110,86); }

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

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

 span { border-color: rgb(19,110,86); }

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