#136B53

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

Shades of Watercourse #136B53

Tints of Watercourse #136B53

Color information

#136B53 (or 0x136B53) is unknown color: approx Watercourse. HEX triplet: 13, 6B and 53. RGB value is (19,107,83). Sum of RGB (Red+Green+Blue) = 19+107+83=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #136B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B53 is #EC94AC. Grayscale: #4D4D4D. Windows color (decimal): -15504557 or 5466899. OLE color: 5466899.

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

Color convert

RGB1910783-
CMYK0.8200.220.58
HSL163.64º69.84%24.71%-
HSV(B)163.64º82.24%41.96%-
XYZ7.0911.289.99-
YUV77.95130.8585.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=9.09%
G=51.20%
B=39.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107830.8200.220.58163.6469.8424.71
Hex136B53520163Aa44619
Octal231531231220267224410631
Binary1001111010111010011101001001011011101010100100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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