Html Css Color HEX #208576 Elm

📋 copy color: '#208576'

red 32 ◦ green 133 ◦ blue 118

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

Shades of Elm #208576

Tints of Elm #208576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 11.31%
G = 47%
B = 41.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#208576 (or 0x208576) is known color: Elm. HEX triplet: 20, 85 and 76. RGB value is (32,133,118). Sum of RGB (Red+Green+Blue) = 32+133+118=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #208576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208576 is #DF7A89. Grayscale: #656565. Windows color (decimal): -14645898 or 7767328. OLE color: 7767328.

HSL color Cylindrical-coordinate representation of color #208576: hue angle of 171.09º 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 #208576 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 118 -
CMYK 0.76 0 0.11 0.48
HSL 171.09º 0.61% 0.32% -
HSV(B) 171.09º 0.76% 0.52% -
XYZ 12.25 18.39 20.04 -
YUV 101.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 32 133 118 0.76 0 0.11 0.48 171.09 0.61 0.32
Hex 20 85 76 4C 0 B 30 AB 3D 20
Octal 40 205 166 114 0 13 60 253 75 40
Binary 100000 10000101 1110110 1001100 0 1011 110000 10101011 111101 100000

Color Harmonies of #208576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208576

Black with #208576

Text Example


Text Example

White with #208576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208576; }

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

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

background-color css

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

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

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

border-color css

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

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

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