#206152

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

Shades of Eden #206152

Tints of Eden #206152

Color information

#206152 (or 0x206152) is unknown color: approx Eden. HEX triplet: 20, 61 and 52. RGB value is (32,97,82). Sum of RGB (Red+Green+Blue) = 32+97+82=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #206152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206152 is #DF9EAD. Grayscale: #4B4B4B. Windows color (decimal): -14655150 or 5398816. OLE color: 5398816.

HSL color Cylindrical-coordinate representation of color #206152: hue angle of 166.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206152 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB329782-
CMYK0.6700.150.62
HSL166.15º50.39%25.29%-
HSV(B)166.15º67.01%38.04%-
XYZ6.399.479.47-
YUV75.86131.4796.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=15.17%
G=45.97%
B=38.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297820.6700.150.62166.1550.3925.29
Hex206152430F3Ea63219
Octal40141122103017762466231
Binary100000110000110100101000011011111111101010011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206152; }

 p { color: rgb(32,97,82); }

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

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

 a { background-color: rgb(32,97,82); }

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

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

 span { border-color: rgb(32,97,82); }

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