#21645A

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

Shades of Eden #21645A

Tints of Eden #21645A

Color information

#21645A (or 0x21645A) is unknown color: approx Eden. HEX triplet: 21, 64 and 5A. RGB value is (33,100,90). Sum of RGB (Red+Green+Blue) = 33+100+90=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #21645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21645A is #DE9BA5. Grayscale: #4E4E4E. Windows color (decimal): -14588838 or 5923873. OLE color: 5923873.

HSL color Cylindrical-coordinate representation of color #21645A: hue angle of 171.04º 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 #21645A is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB3310090-
CMYK0.6700.100.61
HSL171.04º50.38%26.08%-
HSV(B)171.04º67%39.22%-
XYZ7.0310.1811.27-
YUV78.83134.395.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=14.80%
G=44.84%
B=40.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33100900.6700.100.61171.0450.3826.08
Hex21645A430A3Dab321a
Octal41144132103012752536232
Binary100001110010010110101000011010101111011010101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21645A; }

 p { color: rgb(33,100,90); }

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

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

 a { background-color: rgb(33,100,90); }

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

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

 span { border-color: rgb(33,100,90); }

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