Html Css Color HEX #20736C Elm

📋 copy color: '#20736C'

red 32 ◦ green 115 ◦ blue 108

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

Shades of Elm #20736C

Tints of Elm #20736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 12.55%
G = 45.1%
B = 42.35%

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

#20736C (or 0x20736C) is known color: Elm. HEX triplet: 20, 73 and 6C. RGB value is (32,115,108). Sum of RGB (Red+Green+Blue) = 32+115+108=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #20736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20736C is #DF8C93. Grayscale: #595959. Windows color (decimal): -14650516 or 7107360. OLE color: 7107360.

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

Color convert

RGB 32 115 108 -
CMYK 0.72 0 0.06 0.55
HSL 174.94º 0.56% 0.29% -
HSV(B) 174.94º 0.72% 0.45% -
XYZ 9.43 13.65 16.33 -
YUV 89.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 32 115 108 0.72 0 0.06 0.55 174.94 0.56 0.29
Hex 20 73 6C 48 0 6 37 AF 38 1D
Octal 40 163 154 110 0 6 67 257 70 35
Binary 100000 1110011 1101100 1001000 0 110 110111 10101111 111000 11101

Color Harmonies of #20736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20736C

Black with #20736C

Text Example


Text Example

White with #20736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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