#20371F

Color #20371F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #20371F

Tints of Myrtle #20371F

Color information

#20371F (or 0x20371F) is unknown color: approx Myrtle. HEX triplet: 20, 37 and 1F. RGB value is (32,55,31). Sum of RGB (Red+Green+Blue) = 32+55+31=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #20371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20371F is #DFC8E0. Grayscale: #2D2D2D. Windows color (decimal): -14665953 or 2045728. OLE color: 2045728.

HSL color Cylindrical-coordinate representation of color #20371F: hue angle of 117.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20371F is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB325531-
CMYK0.4200.440.78
HSL117.5º27.91%16.86%-
HSV(B)117.5º43.64%21.57%-
XYZ2.213.141.79-
YUV45.39119.88118.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.12%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=27.12%
G=46.61%
B=26.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3255310.4200.440.78117.527.9116.86
Hex20371F2A02C4E751c11
Octal406737520541161653421
Binary100000110111111111010100101100100111011101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,55,31); }

 H1.HeaderClassName
 {
   color: #20371F;
 }
 .AnyTagClassName
 {
   color: #20371F;
 }
</style>
background-color css

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

 a { background-color: rgb(32,55,31); }

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

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

 span { border-color: rgb(32,55,31); }

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