Html Css Color HEX #21796C Elm

📋 copy color: '#21796C'

red 33 ◦ green 121 ◦ blue 108

#21796C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #21796C

Tints of Elm #21796C

RGB

 RED value IS 33 (13.28% from 255) = 12.6%

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 12.6%
G = 46.18%
B = 41.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#21796C (or 0x21796C) is known color: 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

RGB 33 121 108 -
CMYK 0.73 0 0.11 0.53
HSL 171.14º 0.57% 0.3% -
HSV(B) 171.14º 0.73% 0.47% -
XYZ 10.17 15.08 16.56 -
YUV 93.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 33 121 108 0.73 0 0.11 0.53 171.14 0.57 0.3
Hex 21 79 6C 49 0 B 35 AB 39 1E
Octal 41 171 154 111 0 13 65 253 71 36
Binary 100001 1111001 1101100 1001001 0 1011 110101 10101011 111001 11110

Color Harmonies of #21796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21796C

Black with #21796C

Text Example


Text Example

White with #21796C

Text Example


Text Example

HTML Codes & Css Web 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>