Html Css Color HEX #136050 Eden

📋 copy color: '#136050'

red 19 ◦ green 96 ◦ blue 80

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

Shades of Eden #136050

Tints of Eden #136050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 9.74%
G = 49.23%
B = 41.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#136050 (or 0x136050) is known color: Eden. HEX triplet: 13, 60 and 50. RGB value is (19,96,80). Sum of RGB (Red+Green+Blue) = 19+96+80=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #136050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136050 is #EC9FAF. Grayscale: #474747. Windows color (decimal): -15507376 or 5267475. OLE color: 5267475.

HSL color Cylindrical-coordinate representation of color #136050: hue angle of 167.53º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136050 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 80 -
CMYK 0.80 0 0.17 0.62
HSL 167.53º 0.67% 0.23% -
HSV(B) 167.53º 0.8% 0.38% -
XYZ 5.9 9.08 9.03 -
YUV 71.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 19 96 80 0.80 0 0.17 0.62 167.53 0.67 0.23
Hex 13 60 50 50 0 11 3E A8 43 17
Octal 23 140 120 120 0 21 76 250 103 27
Binary 10011 1100000 1010000 1010000 0 10001 111110 10101000 1000011 10111

Color Harmonies of #136050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136050

Black with #136050

Text Example


Text Example

White with #136050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136050; }

 p { color: rgb(19,96,80); }

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

background-color css

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

 a { background-color: rgb(19,96,80); }

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

border-color css

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

 span { border-color: rgb(19,96,80); }

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