#216655

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

Shades of Eden #216655

Tints of Eden #216655

Color information

#216655 (or 0x216655) is unknown color: approx Eden. HEX triplet: 21, 66 and 55. RGB value is (33,102,85). Sum of RGB (Red+Green+Blue) = 33+102+85=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #216655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216655 is #DE99AA. Grayscale: #4F4F4F. Windows color (decimal): -14588331 or 5596705. OLE color: 5596705.

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

Color convert

RGB3310285-
CMYK0.6800.170.6
HSL165.22º51.11%26.47%-
HSV(B)165.22º67.65%40%-
XYZ7.0210.4810.25-
YUV79.43131.1494.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=15%
G=46.36%
B=38.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102850.6800.170.6165.2251.1126.47
Hex216655440113Ca5331a
Octal41146125104021742456332
Binary1000011100110101010110001000100011111001010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216655; }

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

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

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

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

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

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

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

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