#21807A

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

Shades of Elm #21807A

Tints of Elm #21807A

Color information

#21807A (or 0x21807A) is unknown color: approx Elm. HEX triplet: 21, 80 and 7A. RGB value is (33,128,122). Sum of RGB (Red+Green+Blue) = 33+128+122=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #21807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21807A is #DE7F85. Grayscale: #626262. Windows color (decimal): -14581638 or 8028193. OLE color: 8028193.

HSL color Cylindrical-coordinate representation of color #21807A: hue angle of 176.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21807A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB33128122-
CMYK0.7400.050.50
HSL176.21º59.01%31.57%-
HSV(B)176.21º74.22%50.2%-
XYZ11.8617.1721.1-
YUV98.91141.0380.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=11.66%
G=45.23%
B=43.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331281220.7400.050.50176.2159.0131.57
Hex21807A4A0532b03b20
Octal4120017211205622607340
Binary1000011000000011110101001010010111001010110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,128,122); }

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

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

 a { background-color: rgb(33,128,122); }

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

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

 span { border-color: rgb(33,128,122); }

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