Html Css Color HEX #20857C Elm

📋 copy color: '#20857C'

red 32 ◦ green 133 ◦ blue 124

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

Shades of Elm #20857C

Tints of Elm #20857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 11.07%
G = 46.02%
B = 42.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#20857C (or 0x20857C) is known color: Elm. HEX triplet: 20, 85 and 7C. RGB value is (32,133,124). Sum of RGB (Red+Green+Blue) = 32+133+124=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #20857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20857C is #DF7A83. Grayscale: #656565. Windows color (decimal): -14645892 or 8160544. OLE color: 8160544.

HSL color Cylindrical-coordinate representation of color #20857C: hue angle of 174.65º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20857C is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 124 -
CMYK 0.76 0 0.07 0.48
HSL 174.65º 0.61% 0.32% -
HSV(B) 174.65º 0.76% 0.52% -
XYZ 12.62 18.54 21.98 -
YUV 101.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 32 133 124 0.76 0 0.07 0.48 174.65 0.61 0.32
Hex 20 85 7C 4C 0 7 30 AF 3D 20
Octal 40 205 174 114 0 7 60 257 75 40
Binary 100000 10000101 1111100 1001100 0 111 110000 10101111 111101 100000

Color Harmonies of #20857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20857C

Black with #20857C

Text Example


Text Example

White with #20857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,133,124); }

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

background-color css

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

 a { background-color: rgb(32,133,124); }

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

border-color css

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

 span { border-color: rgb(32,133,124); }

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