#136B52

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

Shades of Watercourse #136B52

Tints of Watercourse #136B52

Color information

#136B52 (or 0x136B52) is unknown color: approx Watercourse. HEX triplet: 13, 6B and 52. RGB value is (19,107,82). Sum of RGB (Red+Green+Blue) = 19+107+82=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #136B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B52 is #EC94AD. Grayscale: #4D4D4D. Windows color (decimal): -15504558 or 5401363. OLE color: 5401363.

HSL color Cylindrical-coordinate representation of color #136B52: hue angle of 162.95º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B52 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1910782-
CMYK0.8200.230.58
HSL162.95º69.84%24.71%-
HSV(B)162.95º82.24%41.96%-
XYZ7.0511.269.79-
YUV77.84130.3586.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=9.13%
G=51.44%
B=39.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107820.8200.230.58162.9569.8424.71
Hex136B52520173Aa34619
Octal231531221220277224310631
Binary1001111010111010010101001001011111101010100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,82); }

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

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

 a { background-color: rgb(19,107,82); }

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

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

 span { border-color: rgb(19,107,82); }

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