Html Css Color HEX #136852 Eden

📋 copy color: '#136852'

red 19 ◦ green 104 ◦ blue 82

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

Shades of Eden #136852

Tints of Eden #136852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

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

R = 9.27%
G = 50.73%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#136852 (or 0x136852) is known color: Eden. HEX triplet: 13, 68 and 52. RGB value is (19,104,82). Sum of RGB (Red+Green+Blue) = 19+104+82=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #136852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136852 is #EC97AD. Grayscale: #4C4C4C. Windows color (decimal): -15505326 or 5400595. OLE color: 5400595.

HSL color Cylindrical-coordinate representation of color #136852: hue angle of 164.47º 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 #136852 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 82 -
CMYK 0.82 0 0.21 0.59
HSL 164.47º 0.69% 0.24% -
HSV(B) 164.47º 0.82% 0.41% -
XYZ 6.74 10.65 9.68 -
YUV 76.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 19 104 82 0.82 0 0.21 0.59 164.47 0.69 0.24
Hex 13 68 52 52 0 15 3B A4 45 18
Octal 23 150 122 122 0 25 73 244 105 30
Binary 10011 1101000 1010010 1010010 0 10101 111011 10100100 1000101 11000

Color Harmonies of #136852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136852

Black with #136852

Text Example


Text Example

White with #136852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136852; }

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

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

background-color css

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

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

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

border-color css

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

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

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