#207059

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

Shades of Eden #207059

Tints of Eden #207059

Color information

#207059 (or 0x207059) is unknown color: approx Eden. HEX triplet: 20, 70 and 59. RGB value is (32,112,89). Sum of RGB (Red+Green+Blue) = 32+112+89=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #207059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207059 is #DF8FA6. Grayscale: #555555. Windows color (decimal): -14651303 or 5861408. OLE color: 5861408.

HSL color Cylindrical-coordinate representation of color #207059: hue angle of 162.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207059 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB3211289-
CMYK0.7100.210.56
HSL162.75º55.56%28.24%-
HSV(B)162.75º71.43%43.92%-
XYZ8.1912.6211.45-
YUV85.4613089.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=13.73%
G=48.07%
B=38.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112890.7100.210.56162.7555.5628.24
Hex2070594701538a3381c
Octal40160131107025702437034
Binary1000001110000101100110001110101011110001010001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207059; }

 p { color: rgb(32,112,89); }

 H1.HeaderClassName
 {
   color: #207059;
 }
 .AnyTagClassName
 {
   color: #207059;
 }
</style>
background-color css

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

 a { background-color: rgb(32,112,89); }

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

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

 span { border-color: rgb(32,112,89); }

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