#21564E

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

Shades of Eden #21564E

Tints of Eden #21564E

Color information

#21564E (or 0x21564E) is unknown color: approx Eden. HEX triplet: 21, 56 and 4E. RGB value is (33,86,78). Sum of RGB (Red+Green+Blue) = 33+86+78=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #21564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21564E is #DEA9B1. Grayscale: #454545. Windows color (decimal): -14592434 or 5133857. OLE color: 5133857.

HSL color Cylindrical-coordinate representation of color #21564E: hue angle of 170.94º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21564E is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB338678-
CMYK0.6200.090.66
HSL170.94º44.54%23.33%-
HSV(B)170.94º61.63%33.73%-
XYZ5.337.538.38-
YUV69.24132.94102.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=16.75%
G=43.65%
B=39.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386780.6200.090.66170.9444.5423.33
Hex21564E3E0942ab2d17
Octal41126116760111022535527
Binary100001101011010011101111100100110000101010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21564E; }

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

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

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

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

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

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

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

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