#206354

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

Shades of Eden #206354

Tints of Eden #206354

Color information

#206354 (or 0x206354) is unknown color: approx Eden. HEX triplet: 20, 63 and 54. RGB value is (32,99,84). Sum of RGB (Red+Green+Blue) = 32+99+84=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #206354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206354 is #DF9CAB. Grayscale: #4D4D4D. Windows color (decimal): -14654636 or 5530400. OLE color: 5530400.

HSL color Cylindrical-coordinate representation of color #206354: hue angle of 166.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206354 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB329984-
CMYK0.6800.150.61
HSL166.57º51.15%25.69%-
HSV(B)166.57º67.68%38.82%-
XYZ6.669.879.94-
YUV77.26131.895.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=14.88%
G=46.05%
B=39.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299840.6800.150.61166.5751.1525.69
Hex206354440F3Da7331a
Octal40143124104017752476332
Binary100000110001110101001000100011111111011010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206354; }

 p { color: rgb(32,99,84); }

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

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

 a { background-color: rgb(32,99,84); }

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

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

 span { border-color: rgb(32,99,84); }

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