Html Css Color HEX #21746F Elm

📋 copy color: '#21746F'

red 33 ◦ green 116 ◦ blue 111

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

Shades of Elm #21746F

Tints of Elm #21746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 12.69%
G = 44.62%
B = 42.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#21746F (or 0x21746F) is known color: Elm. HEX triplet: 21, 74 and 6F. RGB value is (33,116,111). Sum of RGB (Red+Green+Blue) = 33+116+111=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #21746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21746F is #DE8B90. Grayscale: #5A5A5A. Windows color (decimal): -14584721 or 7304225. OLE color: 7304225.

HSL color Cylindrical-coordinate representation of color #21746F: hue angle of 176.39º 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 #21746F is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 111 -
CMYK 0.72 0 0.04 0.55
HSL 176.39º 0.56% 0.29% -
HSV(B) 176.39º 0.72% 0.45% -
XYZ 9.74 13.96 17.22 -
YUV 90.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 33 116 111 0.72 0 0.04 0.55 176.39 0.56 0.29
Hex 21 74 6F 48 0 4 37 B0 38 1D
Octal 41 164 157 110 0 4 67 260 70 35
Binary 100001 1110100 1101111 1001000 0 100 110111 10110000 111000 11101

Color Harmonies of #21746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21746F

Black with #21746F

Text Example


Text Example

White with #21746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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