Html Css Color HEX #20736F Elm

📋 copy color: '#20736F'

red 32 ◦ green 115 ◦ blue 111

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

Shades of Elm #20736F

Tints of Elm #20736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

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

R = 12.4%
G = 44.57%
B = 43.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#20736F (or 0x20736F) is known color: Elm. HEX triplet: 20, 73 and 6F. RGB value is (32,115,111). Sum of RGB (Red+Green+Blue) = 32+115+111=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #20736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20736F is #DF8C90. Grayscale: #595959. Windows color (decimal): -14650513 or 7303968. OLE color: 7303968.

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

Color convert

RGB 32 115 111 -
CMYK 0.72 0 0.03 0.55
HSL 177.11º 0.56% 0.29% -
HSV(B) 177.11º 0.72% 0.45% -
XYZ 9.6 13.72 17.18 -
YUV 89.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 32 115 111 0.72 0 0.03 0.55 177.11 0.56 0.29
Hex 20 73 6F 48 0 3 37 B1 38 1D
Octal 40 163 157 110 0 3 67 261 70 35
Binary 100000 1110011 1101111 1001000 0 11 110111 10110001 111000 11101

Color Harmonies of #20736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20736F

Black with #20736F

Text Example


Text Example

White with #20736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,115,111); }

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

background-color css

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

 a { background-color: rgb(32,115,111); }

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

border-color css

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

 span { border-color: rgb(32,115,111); }

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