Html Css Color HEX #21716D Elm

📋 copy color: '#21716D'

red 33 ◦ green 113 ◦ blue 109

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

Shades of Elm #21716D

Tints of Elm #21716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 12.94%
G = 44.31%
B = 42.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#21716D (or 0x21716D) is known color: Elm. HEX triplet: 21, 71 and 6D. RGB value is (33,113,109). Sum of RGB (Red+Green+Blue) = 33+113+109=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #21716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21716D is #DE8E92. Grayscale: #585858. Windows color (decimal): -14585491 or 7172385. OLE color: 7172385.

HSL color Cylindrical-coordinate representation of color #21716D: hue angle of 177º 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 #21716D is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 113 109 -
CMYK 0.71 0 0.04 0.56
HSL 177º 0.55% 0.29% -
HSV(B) 177º 0.71% 0.44% -
XYZ 9.29 13.24 16.53 -
YUV 88.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 33 113 109 0.71 0 0.04 0.56 177 0.55 0.29
Hex 21 71 6D 47 0 4 38 B1 37 1D
Octal 41 161 155 107 0 4 70 261 67 35
Binary 100001 1110001 1101101 1000111 0 100 111000 10110001 110111 11101

Color Harmonies of #21716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21716D

Black with #21716D

Text Example


Text Example

White with #21716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21716D;
 }
 .AnyTagClassName
 {
   color: #21716D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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