#21615A

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

Shades of Eden #21615A

Tints of Eden #21615A

Color information

#21615A (or 0x21615A) is unknown color: approx Eden. HEX triplet: 21, 61 and 5A. RGB value is (33,97,90). Sum of RGB (Red+Green+Blue) = 33+97+90=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #21615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21615A is #DE9EA5. Grayscale: #4D4D4D. Windows color (decimal): -14589606 or 5923105. OLE color: 5923105.

HSL color Cylindrical-coordinate representation of color #21615A: hue angle of 173.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21615A is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB339790-
CMYK0.6600.070.62
HSL173.44º49.23%25.49%-
HSV(B)173.44º65.98%38.04%-
XYZ6.759.6111.17-
YUV77.07135.396.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=15%
G=44.09%
B=40.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397900.6600.070.62173.4449.2325.49
Hex21615A42073Ead3119
Octal4114113210207762556131
Binary10000111000011011010100001001111111101010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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