Html Css Color HEX #20746D Elm

📋 copy color: '#20746D'

red 32 ◦ green 116 ◦ blue 109

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

Shades of Elm #20746D

Tints of Elm #20746D

RGB

 RED value IS 32 (12.89% from 255) = 12.45%

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

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

R = 12.45%
G = 45.14%
B = 42.41%

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

#20746D (or 0x20746D) is known color: Elm. HEX triplet: 20, 74 and 6D. RGB value is (32,116,109). Sum of RGB (Red+Green+Blue) = 32+116+109=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #20746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20746D is #DF8B92. Grayscale: #5A5A5A. Windows color (decimal): -14650259 or 7173152. OLE color: 7173152.

HSL color Cylindrical-coordinate representation of color #20746D: hue angle of 175º degrees, saturation: 0.57, 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 #20746D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 109 -
CMYK 0.72 0 0.06 0.55
HSL 175º 0.57% 0.29% -
HSV(B) 175º 0.72% 0.45% -
XYZ 9.6 13.9 16.65 -
YUV 90.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 32 116 109 0.72 0 0.06 0.55 175 0.57 0.29
Hex 20 74 6D 48 0 6 37 AF 39 1D
Octal 40 164 155 110 0 6 67 257 71 35
Binary 100000 1110100 1101101 1001000 0 110 110111 10101111 111001 11101

Color Harmonies of #20746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20746D

Black with #20746D

Text Example


Text Example

White with #20746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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