Html Css Color HEX #136952 Watercourse

📋 copy color: '#136952'

red 19 ◦ green 105 ◦ blue 82

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

Shades of Watercourse #136952

Tints of Watercourse #136952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 9.22%
G = 50.97%
B = 39.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#136952 (or 0x136952) is known color: Watercourse. HEX triplet: 13, 69 and 52. RGB value is (19,105,82). Sum of RGB (Red+Green+Blue) = 19+105+82=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #136952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136952 is #EC96AD. Grayscale: #4C4C4C. Windows color (decimal): -15505070 or 5400851. OLE color: 5400851.

HSL color Cylindrical-coordinate representation of color #136952: hue angle of 163.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136952 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 82 -
CMYK 0.82 0 0.22 0.59
HSL 163.95º 0.69% 0.24% -
HSV(B) 163.95º 0.82% 0.41% -
XYZ 6.84 10.85 9.72 -
YUV 76.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 19 105 82 0.82 0 0.22 0.59 163.95 0.69 0.24
Hex 13 69 52 52 0 16 3B A4 45 18
Octal 23 151 122 122 0 26 73 244 105 30
Binary 10011 1101001 1010010 1010010 0 10110 111011 10100100 1000101 11000

Color Harmonies of #136952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136952

Black with #136952

Text Example


Text Example

White with #136952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136952; }

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

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

background-color css

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

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

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

border-color css

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

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

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