#21756A

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

Shades of Elm #21756A

Tints of Elm #21756A

Color information

#21756A (or 0x21756A) is unknown color: approx Elm. HEX triplet: 21, 75 and 6A. RGB value is (33,117,106). Sum of RGB (Red+Green+Blue) = 33+117+106=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #21756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21756A is #DE8A95. Grayscale: #5A5A5A. Windows color (decimal): -14584470 or 6976801. OLE color: 6976801.

HSL color Cylindrical-coordinate representation of color #21756A: hue angle of 172.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21756A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB33117106-
CMYK0.7200.090.54
HSL172.14º56%29.41%-
HSV(B)172.14º71.79%45.88%-
XYZ9.5914.0915.85-
YUV90.63136.6786.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=12.89%
G=45.70%
B=41.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331171060.7200.090.54172.145629.41
Hex21756A480936ac381d
Octal41165152110011662547035
Binary100001111010111010101001000010011101101010110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,117,106); }

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

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

 a { background-color: rgb(33,117,106); }

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

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

 span { border-color: rgb(33,117,106); }

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