#20361D

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

Shades of Myrtle #20361D

Tints of Myrtle #20361D

Color information

#20361D (or 0x20361D) is unknown color: approx Myrtle. HEX triplet: 20, 36 and 1D. RGB value is (32,54,29). Sum of RGB (Red+Green+Blue) = 32+54+29=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #20361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20361D is #DFC9E2. Grayscale: #2C2C2C. Windows color (decimal): -14666211 or 1914400. OLE color: 1914400.

HSL color Cylindrical-coordinate representation of color #20361D: hue angle of 112.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20361D is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB325429-
CMYK0.4100.460.79
HSL112.8º30.12%16.27%-
HSV(B)112.8º46.3%21.18%-
XYZ2.143.031.64-
YUV44.57119.21119.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.83%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=27.83%
G=46.96%
B=25.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3254290.4100.460.79112.830.1216.27
Hex20361D2902E4F711e10
Octal406635510561171613620
Binary100000110110111011010010101110100111111100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20361D; }

 p { color: rgb(32,54,29); }

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

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

 a { background-color: rgb(32,54,29); }

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

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

 span { border-color: rgb(32,54,29); }

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