Html Css Color HEX #136150 Eden

📋 copy color: '#136150'

red 19 ◦ green 97 ◦ blue 80

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

Shades of Eden #136150

Tints of Eden #136150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.49%

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

R = 9.69%
G = 49.49%
B = 40.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#136150 (or 0x136150) is known color: Eden. HEX triplet: 13, 61 and 50. RGB value is (19,97,80). Sum of RGB (Red+Green+Blue) = 19+97+80=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #136150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136150 is #EC9EAF. Grayscale: #474747. Windows color (decimal): -15507120 or 5267731. OLE color: 5267731.

HSL color Cylindrical-coordinate representation of color #136150: hue angle of 166.92º 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 #136150 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 80 -
CMYK 0.80 0 0.18 0.62
HSL 166.92º 0.67% 0.23% -
HSV(B) 166.92º 0.8% 0.38% -
XYZ 5.99 9.27 9.06 -
YUV 71.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 19 97 80 0.80 0 0.18 0.62 166.92 0.67 0.23
Hex 13 61 50 50 0 12 3E A7 43 17
Octal 23 141 120 120 0 22 76 247 103 27
Binary 10011 1100001 1010000 1010000 0 10010 111110 10100111 1000011 10111

Color Harmonies of #136150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136150

Black with #136150

Text Example


Text Example

White with #136150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136150; }

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

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

background-color css

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

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

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

border-color css

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

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

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