Html Css Color HEX #136D55 Watercourse

📋 copy color: '#136D55'

red 19 ◦ green 109 ◦ blue 85

#136D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #136D55

Tints of Watercourse #136D55

RGB

 RED value IS 19 (7.81% from 255) = 8.92%

 GREEN value IS 109 (42.97% from 255) = 51.17%

 BLUE value IS 85 (33.59% from 255) = 39.91%

R = 8.92%
G = 51.17%
B = 39.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#136D55 (or 0x136D55) is known color: Watercourse. HEX triplet: 13, 6D and 55. RGB value is (19,109,85). Sum of RGB (Red+Green+Blue) = 19+109+85=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #136D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D55 is #EC92AA. Grayscale: #4F4F4F. Windows color (decimal): -15504043 or 5598483. OLE color: 5598483.

HSL color Cylindrical-coordinate representation of color #136D55: hue angle of 164º degrees, saturation: 0.7, 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 #136D55 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 85 -
CMYK 0.83 0 0.22 0.57
HSL 164º 0.7% 0.25% -
HSV(B) 164º 0.83% 0.43% -
XYZ 7.38 11.73 10.47 -
YUV 79.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 19 109 85 0.83 0 0.22 0.57 164 0.7 0.25
Hex 13 6D 55 53 0 16 39 A4 46 19
Octal 23 155 125 123 0 26 71 244 106 31
Binary 10011 1101101 1010101 1010011 0 10110 111001 10100100 1000110 11001

Color Harmonies of #136D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D55

Black with #136D55

Text Example


Text Example

White with #136D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #136D55;
 }
 .AnyTagClassName
 {
   color: #136D55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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