#21776D

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

Shades of Elm #21776D

Tints of Elm #21776D

Color information

#21776D (or 0x21776D) is unknown color: approx Elm. HEX triplet: 21, 77 and 6D. RGB value is (33,119,109). Sum of RGB (Red+Green+Blue) = 33+119+109=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #21776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21776D is #DE8892. Grayscale: #5C5C5C. Windows color (decimal): -14583955 or 7173921. OLE color: 7173921.

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

Color convert

RGB33119109-
CMYK0.7200.080.53
HSL173.02º56.58%29.8%-
HSV(B)173.02º72.27%46.67%-
XYZ9.9814.6216.76-
YUV92.15137.5185.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=12.64%
G=45.59%
B=41.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191090.7200.080.53173.0256.5829.8
Hex21776D480835ad391e
Octal41167155110010652557136
Binary100001111011111011011001000010001101011010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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