#136B55

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

Shades of Watercourse #136B55

Tints of Watercourse #136B55

Color information

#136B55 (or 0x136B55) is unknown color: approx Watercourse. HEX triplet: 13, 6B and 55. RGB value is (19,107,85). Sum of RGB (Red+Green+Blue) = 19+107+85=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #136B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B55 is #EC94AA. Grayscale: #4E4E4E. Windows color (decimal): -15504555 or 5597971. OLE color: 5597971.

HSL color Cylindrical-coordinate representation of color #136B55: hue angle of 165º 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 #136B55 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1910785-
CMYK0.8200.210.58
HSL165º69.84%24.71%-
HSV(B)165º82.24%41.96%-
XYZ7.1711.3110.4-
YUV78.18131.8585.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=9.00%
G=50.71%
B=40.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107850.8200.210.5816569.8424.71
Hex136B55520153Aa54619
Octal231531251220257224510631
Binary1001111010111010101101001001010111101010100101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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