#203320

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

Shades of Myrtle #203320

Tints of Myrtle #203320

Color information

#203320 (or 0x203320) is unknown color: approx Myrtle. HEX triplet: 20, 33 and 20. RGB value is (32,51,32). Sum of RGB (Red+Green+Blue) = 32+51+32=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #203320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203320 is #DFCCDF. Grayscale: #2B2B2B. Windows color (decimal): -14666976 or 2110240. OLE color: 2110240.

HSL color Cylindrical-coordinate representation of color #203320: hue angle of 120º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203320 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB325132-
CMYK0.3700.370.8
HSL120º22.89%16.27%-
HSV(B)120º37.25%20%-
XYZ2.042.781.8-
YUV43.15121.71120.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.83%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=27.83%
G=44.35%
B=27.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251320.3700.370.812022.8916.27
Hex2033202502550781710
Octal406340450451201702720
Binary1000001100111000001001010100101101000011110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203320; }

 p { color: rgb(32,51,32); }

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

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

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

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

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

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

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