Html Css Color HEX #21746D Elm

📋 copy color: '#21746D'

red 33 ◦ green 116 ◦ blue 109

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

Shades of Elm #21746D

Tints of Elm #21746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 12.79%
G = 44.96%
B = 42.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#21746D (or 0x21746D) is known color: Elm. HEX triplet: 21, 74 and 6D. RGB value is (33,116,109). Sum of RGB (Red+Green+Blue) = 33+116+109=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #21746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21746D is #DE8B92. Grayscale: #5A5A5A. Windows color (decimal): -14584723 or 7173153. OLE color: 7173153.

HSL color Cylindrical-coordinate representation of color #21746D: hue angle of 174.94º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21746D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 109 -
CMYK 0.72 0 0.06 0.55
HSL 174.94º 0.56% 0.29% -
HSV(B) 174.94º 0.72% 0.45% -
XYZ 9.63 13.92 16.65 -
YUV 90.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 33 116 109 0.72 0 0.06 0.55 174.94 0.56 0.29
Hex 21 74 6D 48 0 6 37 AF 38 1D
Octal 41 164 155 110 0 6 67 257 70 35
Binary 100001 1110100 1101101 1001000 0 110 110111 10101111 111000 11101

Color Harmonies of #21746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21746D

Black with #21746D

Text Example


Text Example

White with #21746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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