Html Css Color HEX #136252 Eden

📋 copy color: '#136252'

red 19 ◦ green 98 ◦ blue 82

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

Shades of Eden #136252

Tints of Eden #136252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.25%

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

R = 9.55%
G = 49.25%
B = 41.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#136252 (or 0x136252) is known color: Eden. HEX triplet: 13, 62 and 52. RGB value is (19,98,82). Sum of RGB (Red+Green+Blue) = 19+98+82=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #136252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136252 is #EC9DAD. Grayscale: #484848. Windows color (decimal): -15506862 or 5399059. OLE color: 5399059.

HSL color Cylindrical-coordinate representation of color #136252: hue angle of 167.85º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136252 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 82 -
CMYK 0.81 0 0.16 0.62
HSL 167.85º 0.68% 0.23% -
HSV(B) 167.85º 0.81% 0.38% -
XYZ 6.16 9.48 9.49 -
YUV 72.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 19 98 82 0.81 0 0.16 0.62 167.85 0.68 0.23
Hex 13 62 52 51 0 10 3E A8 44 17
Octal 23 142 122 121 0 20 76 250 104 27
Binary 10011 1100010 1010010 1010001 0 10000 111110 10101000 1000100 10111

Color Harmonies of #136252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136252

Black with #136252

Text Example


Text Example

White with #136252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136252; }

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

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

background-color css

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

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

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

border-color css

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

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

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