#21716A

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

Shades of Elm #21716A

Tints of Elm #21716A

Color information

#21716A (or 0x21716A) is unknown color: approx Elm. HEX triplet: 21, 71 and 6A. RGB value is (33,113,106). Sum of RGB (Red+Green+Blue) = 33+113+106=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #21716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21716A is #DE8E95. Grayscale: #585858. Windows color (decimal): -14585494 or 6975777. OLE color: 6975777.

HSL color Cylindrical-coordinate representation of color #21716A: hue angle of 174.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21716A is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB33113106-
CMYK0.7100.060.56
HSL174.75º54.79%28.63%-
HSV(B)174.75º70.8%44.31%-
XYZ9.1313.1715.7-
YUV88.2813888.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=13.10%
G=44.84%
B=42.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331131060.7100.060.56174.7554.7928.63
Hex21716A470638af371d
Octal4116115210706702576735
Binary10000111100011101010100011101101110001010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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