Html Css Color HEX #20736B Elm

📋 copy color: '#20736B'

red 32 ◦ green 115 ◦ blue 107

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

Shades of Elm #20736B

Tints of Elm #20736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 12.6%
G = 45.28%
B = 42.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#20736B (or 0x20736B) is known color: Elm. HEX triplet: 20, 73 and 6B. RGB value is (32,115,107). Sum of RGB (Red+Green+Blue) = 32+115+107=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #20736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20736B is #DF8C94. Grayscale: #595959. Windows color (decimal): -14650517 or 7041824. OLE color: 7041824.

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

Color convert

RGB 32 115 107 -
CMYK 0.72 0 0.07 0.55
HSL 174.22º 0.56% 0.29% -
HSV(B) 174.22º 0.72% 0.45% -
XYZ 9.38 13.63 16.05 -
YUV 89.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 32 115 107 0.72 0 0.07 0.55 174.22 0.56 0.29
Hex 20 73 6B 48 0 7 37 AE 38 1D
Octal 40 163 153 110 0 7 67 256 70 35
Binary 100000 1110011 1101011 1001000 0 111 110111 10101110 111000 11101

Color Harmonies of #20736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20736B

Black with #20736B

Text Example


Text Example

White with #20736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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