#21796C

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

Shades of Elm #21796C

Tints of Elm #21796C

Color information

#21796C (or 0x21796C) is unknown color: approx Elm. HEX triplet: 21, 79 and 6C. RGB value is (33,121,108). Sum of RGB (Red+Green+Blue) = 33+121+108=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #21796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21796C is #DE8693. Grayscale: #5D5D5D. Windows color (decimal): -14583444 or 7108897. OLE color: 7108897.

HSL color Cylindrical-coordinate representation of color #21796C: hue angle of 171.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21796C is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB33121108-
CMYK0.7300.110.53
HSL171.14º57.14%30.2%-
HSV(B)171.14º72.73%47.45%-
XYZ10.1715.0816.56-
YUV93.21136.3585.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=12.60%
G=46.18%
B=41.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331211080.7300.110.53171.1457.1430.2
Hex21796C490B35ab391e
Octal41171154111013652537136
Binary100001111100111011001001001010111101011010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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