Html Css Color HEX #136F54 Watercourse

📋 copy color: '#136F54'

red 19 ◦ green 111 ◦ blue 84

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

Shades of Watercourse #136F54

Tints of Watercourse #136F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.87%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 8.88%
G = 51.87%
B = 39.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#136F54 (or 0x136F54) is known color: Watercourse. HEX triplet: 13, 6F and 54. RGB value is (19,111,84). Sum of RGB (Red+Green+Blue) = 19+111+84=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #136F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F54 is #EC90AB. Grayscale: #505050. Windows color (decimal): -15503532 or 5533459. OLE color: 5533459.

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

Color convert

RGB 19 111 84 -
CMYK 0.83 0 0.24 0.56
HSL 162.39º 0.71% 0.25% -
HSV(B) 162.39º 0.83% 0.44% -
XYZ 7.55 12.15 10.33 -
YUV 80.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 19 111 84 0.83 0 0.24 0.56 162.39 0.71 0.25
Hex 13 6F 54 53 0 18 38 A2 47 19
Octal 23 157 124 123 0 30 70 242 107 31
Binary 10011 1101111 1010100 1010011 0 11000 111000 10100010 1000111 11001

Color Harmonies of #136F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F54

Black with #136F54

Text Example


Text Example

White with #136F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,84); }

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

background-color css

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

 a { background-color: rgb(19,111,84); }

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

border-color css

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

 span { border-color: rgb(19,111,84); }

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