#21726C

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

Shades of Elm #21726C

Tints of Elm #21726C

Color information

#21726C (or 0x21726C) is unknown color: approx Elm. HEX triplet: 21, 72 and 6C. RGB value is (33,114,108). Sum of RGB (Red+Green+Blue) = 33+114+108=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #21726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21726C is #DE8D93. Grayscale: #595959. Windows color (decimal): -14585236 or 7107105. OLE color: 7107105.

HSL color Cylindrical-coordinate representation of color #21726C: hue angle of 175.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21726C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB33114108-
CMYK0.7100.050.55
HSL175.56º55.1%28.82%-
HSV(B)175.56º71.05%44.71%-
XYZ9.3513.4416.29-
YUV89.1138.6687.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=12.94%
G=44.71%
B=42.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331141080.7100.050.55175.5655.128.82
Hex21726C470537b0371d
Octal4116215410705672606735
Binary10000111100101101100100011101011101111011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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