Html Css Color HEX #21776D Elm

📋 copy color: '#21776D'

red 33 ◦ green 119 ◦ blue 109

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

Shades of Elm #21776D

Tints of Elm #21776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

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

R = 12.64%
G = 45.59%
B = 41.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#21776D (or 0x21776D) is known color: Elm. HEX triplet: 21, 77 and 6D. RGB value is (33,119,109). Sum of RGB (Red+Green+Blue) = 33+119+109=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #21776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21776D is #DE8892. Grayscale: #5C5C5C. Windows color (decimal): -14583955 or 7173921. OLE color: 7173921.

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

Color convert

RGB 33 119 109 -
CMYK 0.72 0 0.08 0.53
HSL 173.02º 0.57% 0.3% -
HSV(B) 173.02º 0.72% 0.47% -
XYZ 9.98 14.62 16.76 -
YUV 92.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 33 119 109 0.72 0 0.08 0.53 173.02 0.57 0.3
Hex 21 77 6D 48 0 8 35 AD 39 1E
Octal 41 167 155 110 0 10 65 255 71 36
Binary 100001 1110111 1101101 1001000 0 1000 110101 10101101 111001 11110

Color Harmonies of #21776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21776D

Black with #21776D

Text Example


Text Example

White with #21776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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