#21776C

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

Shades of Elm #21776C

Tints of Elm #21776C

Color information

#21776C (or 0x21776C) is unknown color: approx Elm. HEX triplet: 21, 77 and 6C. RGB value is (33,119,108). Sum of RGB (Red+Green+Blue) = 33+119+108=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #21776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21776C is #DE8893. Grayscale: #5B5B5B. Windows color (decimal): -14583956 or 7108385. OLE color: 7108385.

HSL color Cylindrical-coordinate representation of color #21776C: hue angle of 172.33º 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 #21776C is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB33119108-
CMYK0.7200.090.53
HSL172.33º56.58%29.8%-
HSV(B)172.33º72.27%46.67%-
XYZ9.9314.616.48-
YUV92.03137.0185.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=12.69%
G=45.77%
B=41.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191080.7200.090.53172.3356.5829.8
Hex21776C480935ac391e
Octal41167154110011652547136
Binary100001111011111011001001000010011101011010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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