#216355

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

Shades of Eden #216355

Tints of Eden #216355

Color information

#216355 (or 0x216355) is unknown color: approx Eden. HEX triplet: 21, 63 and 55. RGB value is (33,99,85). Sum of RGB (Red+Green+Blue) = 33+99+85=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #216355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216355 is #DE9CAA. Grayscale: #4D4D4D. Windows color (decimal): -14589099 or 5595937. OLE color: 5595937.

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

Color convert

RGB339985-
CMYK0.6700.140.61
HSL167.27º50%25.88%-
HSV(B)167.27º66.67%38.82%-
XYZ6.739.910.15-
YUV77.67132.1396.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=15.21%
G=45.62%
B=39.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399850.6700.140.61167.275025.88
Hex216355430E3Da7321a
Octal41143125103016752476232
Binary100001110001110101011000011011101111011010011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216355; }

 p { color: rgb(33,99,85); }

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

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

 a { background-color: rgb(33,99,85); }

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

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

 span { border-color: rgb(33,99,85); }

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