#21776B

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

Shades of Elm #21776B

Tints of Elm #21776B

Color information

#21776B (or 0x21776B) is unknown color: approx Elm. HEX triplet: 21, 77 and 6B. RGB value is (33,119,107). Sum of RGB (Red+Green+Blue) = 33+119+107=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #21776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21776B is #DE8894. Grayscale: #5B5B5B. Windows color (decimal): -14583957 or 7042849. OLE color: 7042849.

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

Color convert

RGB33119107-
CMYK0.7200.100.53
HSL171.63º56.58%29.8%-
HSV(B)171.63º72.27%46.67%-
XYZ9.8814.5816.2-
YUV91.92136.5185.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=12.74%
G=45.95%
B=41.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191070.7200.100.53171.6356.5829.8
Hex21776B480A35ac391e
Octal41167153110012652547136
Binary100001111011111010111001000010101101011010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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