#207258

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

Shades of Eden #207258

Tints of Eden #207258

Color information

#207258 (or 0x207258) is unknown color: approx Eden. HEX triplet: 20, 72 and 58. RGB value is (32,114,88). Sum of RGB (Red+Green+Blue) = 32+114+88=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #207258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207258 is #DF8DA7. Grayscale: #565656. Windows color (decimal): -14650792 or 5796384. OLE color: 5796384.

HSL color Cylindrical-coordinate representation of color #207258: hue angle of 160.98º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207258 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB3211488-
CMYK0.7200.230.55
HSL160.98º56.16%28.63%-
HSV(B)160.98º71.93%44.71%-
XYZ8.3713.0511.31-
YUV86.52128.8389.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=13.68%
G=48.72%
B=37.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114880.7200.230.55160.9856.1628.63
Hex2072584801737a1381d
Octal40162130110027672417035
Binary1000001110010101100010010000101111101111010000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207258; }

 p { color: rgb(32,114,88); }

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

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

 a { background-color: rgb(32,114,88); }

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

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

 span { border-color: rgb(32,114,88); }

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