#132311

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

Shades of Myrtle #132311

Tints of Myrtle #132311

Color information

#132311 (or 0x132311) is unknown color: approx Myrtle. HEX triplet: 13, 23 and 11. RGB value is (19,35,17). Sum of RGB (Red+Green+Blue) = 19+35+17=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #132311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132311 is #ECDCEE. Grayscale: #1C1C1C. Windows color (decimal): -15523055 or 1123091. OLE color: 1123091.

HSL color Cylindrical-coordinate representation of color #132311: hue angle of 113.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132311 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB193517-
CMYK0.4600.510.86
HSL113.33º34.62%10.2%-
HSV(B)113.33º51.43%13.73%-
XYZ0.971.380.75-
YUV28.16121.7121.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=26.76%
G=49.30%
B=23.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935170.4600.510.86113.3334.6210.2
Hex1323112E033567123a
Octal234321560631261614312
Binary10011100011100011011100110011101011011100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132311; }

 p { color: rgb(19,35,17); }

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

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

 a { background-color: rgb(19,35,17); }

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

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

 span { border-color: rgb(19,35,17); }

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