#206453

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

Shades of Eden #206453

Tints of Eden #206453

Color information

#206453 (or 0x206453) is unknown color: approx Eden. HEX triplet: 20, 64 and 53. RGB value is (32,100,83). Sum of RGB (Red+Green+Blue) = 32+100+83=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #206453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206453 is #DF9BAC. Grayscale: #4D4D4D. Windows color (decimal): -14654381 or 5465120. OLE color: 5465120.

HSL color Cylindrical-coordinate representation of color #206453: hue angle of 165º degrees, saturation: 0.52, 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 #206453 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB3210083-
CMYK0.6800.170.61
HSL165º51.52%25.88%-
HSV(B)165º68%39.22%-
XYZ6.7110.059.77-
YUV77.73130.9795.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=14.88%
G=46.51%
B=38.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100830.6800.170.6116551.5225.88
Hex206453440113Da5341a
Octal40144123104021752456432
Binary1000001100100101001110001000100011111011010010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206453; }

 p { color: rgb(32,100,83); }

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

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

 a { background-color: rgb(32,100,83); }

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

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

 span { border-color: rgb(32,100,83); }

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