Html Css Color HEX #21746E Elm

📋 copy color: '#21746E'

red 33 ◦ green 116 ◦ blue 110

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

Shades of Elm #21746E

Tints of Elm #21746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.47%

R = 12.74%
G = 44.79%
B = 42.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#21746E (or 0x21746E) is known color: Elm. HEX triplet: 21, 74 and 6E. RGB value is (33,116,110). Sum of RGB (Red+Green+Blue) = 33+116+110=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #21746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21746E is #DE8B91. Grayscale: #5A5A5A. Windows color (decimal): -14584722 or 7238689. OLE color: 7238689.

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

Color convert

RGB 33 116 110 -
CMYK 0.72 0 0.05 0.55
HSL 175.66º 0.56% 0.29% -
HSV(B) 175.66º 0.72% 0.45% -
XYZ 9.69 13.94 16.93 -
YUV 90.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 33 116 110 0.72 0 0.05 0.55 175.66 0.56 0.29
Hex 21 74 6E 48 0 5 37 B0 38 1D
Octal 41 164 156 110 0 5 67 260 70 35
Binary 100001 1110100 1101110 1001000 0 101 110111 10110000 111000 11101

Color Harmonies of #21746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21746E

Black with #21746E

Text Example


Text Example

White with #21746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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