Html Css Color HEX #136051 Eden

📋 copy color: '#136051'

red 19 ◦ green 96 ◦ blue 81

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

Shades of Eden #136051

Tints of Eden #136051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 9.69%
G = 48.98%
B = 41.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#136051 (or 0x136051) is known color: Eden. HEX triplet: 13, 60 and 51. RGB value is (19,96,81). Sum of RGB (Red+Green+Blue) = 19+96+81=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #136051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136051 is #EC9FAE. Grayscale: #474747. Windows color (decimal): -15507375 or 5333011. OLE color: 5333011.

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

Color convert

RGB 19 96 81 -
CMYK 0.80 0 0.16 0.62
HSL 168.31º 0.67% 0.23% -
HSV(B) 168.31º 0.8% 0.38% -
XYZ 5.94 9.1 9.23 -
YUV 71.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 19 96 81 0.80 0 0.16 0.62 168.31 0.67 0.23
Hex 13 60 51 50 0 10 3E A8 43 17
Octal 23 140 121 120 0 20 76 250 103 27
Binary 10011 1100000 1010001 1010000 0 10000 111110 10101000 1000011 10111

Color Harmonies of #136051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136051

Black with #136051

Text Example


Text Example

White with #136051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136051; }

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

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

background-color css

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

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

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

border-color css

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

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

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