#136852

Color #136852 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #136852

Tints of Eden #136852

Color information

#136852 (or 0x136852) is unknown color: approx 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

RGB1910482-
CMYK0.8200.210.59
HSL164.47º69.11%24.12%-
HSV(B)164.47º81.73%40.78%-
XYZ6.7410.659.68-
YUV76.08131.3487.29-

RGB Variations

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

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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104820.8200.210.59164.4769.1124.12
Hex136852520153Ba44518
Octal231501221220257324410530
Binary1001111010001010010101001001010111101110100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>