#216954

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

Shades of Eden #216954

Tints of Eden #216954

Color information

#216954 (or 0x216954) is unknown color: approx Eden. HEX triplet: 21, 69 and 54. RGB value is (33,105,84). Sum of RGB (Red+Green+Blue) = 33+105+84=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #216954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216954 is #DE96AB. Grayscale: #515151. Windows color (decimal): -14587564 or 5531937. OLE color: 5531937.

HSL color Cylindrical-coordinate representation of color #216954: hue angle of 162.5º 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 #216954 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB3310584-
CMYK0.6900.200.59
HSL162.5º52.17%27.06%-
HSV(B)162.5º68.57%41.18%-
XYZ7.2811.0710.14-
YUV81.08129.6593.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 105 (41.41% from 255) = 47.30%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=14.86%
G=47.30%
B=37.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105840.6900.200.59162.552.1727.06
Hex216954450143Ba2341b
Octal41151124105024732426433
Binary1000011101001101010010001010101001110111010001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216954; }

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

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

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

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

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

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

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

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