#21796D

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

Shades of Elm #21796D

Tints of Elm #21796D

Color information

#21796D (or 0x21796D) is unknown color: approx Elm. HEX triplet: 21, 79 and 6D. RGB value is (33,121,109). Sum of RGB (Red+Green+Blue) = 33+121+109=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #21796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21796D is #DE8692. Grayscale: #5D5D5D. Windows color (decimal): -14583443 or 7174433. OLE color: 7174433.

HSL color Cylindrical-coordinate representation of color #21796D: hue angle of 171.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21796D is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB33121109-
CMYK0.7300.100.53
HSL171.82º57.14%30.2%-
HSV(B)171.82º72.73%47.45%-
XYZ10.2215.116.84-
YUV93.32136.8584.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=12.55%
G=46.01%
B=41.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331211090.7300.100.53171.8257.1430.2
Hex21796D490A35ac391e
Octal41171155111012652547136
Binary100001111100111011011001001010101101011010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21796D; }

 p { color: rgb(33,121,109); }

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

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

 a { background-color: rgb(33,121,109); }

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

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

 span { border-color: rgb(33,121,109); }

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