#216956

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

Shades of Eden #216956

Tints of Eden #216956

Color information

#216956 (or 0x216956) is unknown color: approx Eden. HEX triplet: 21, 69 and 56. RGB value is (33,105,86). Sum of RGB (Red+Green+Blue) = 33+105+86=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #216956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216956 is #DE96A9. Grayscale: #515151. Windows color (decimal): -14587562 or 5663009. OLE color: 5663009.

HSL color Cylindrical-coordinate representation of color #216956: hue angle of 164.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216956 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB3310586-
CMYK0.6900.180.59
HSL164.17º52.17%27.06%-
HSV(B)164.17º68.57%41.18%-
XYZ7.3611.110.56-
YUV81.31130.6593.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=14.73%
G=46.88%
B=38.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105860.6900.180.59164.1752.1727.06
Hex216956450123Ba4341b
Octal41151126105022732446433
Binary1000011101001101011010001010100101110111010010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216956; }

 p { color: rgb(33,105,86); }

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

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

 a { background-color: rgb(33,105,86); }

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

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

 span { border-color: rgb(33,105,86); }

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