#132E11

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

Shades of Myrtle #132E11

Tints of Myrtle #132E11

Color information

#132E11 (or 0x132E11) is unknown color: approx Myrtle. HEX triplet: 13, 2E and 11. RGB value is (19,46,17). Sum of RGB (Red+Green+Blue) = 19+46+17=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #132E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E11 is #ECD1EE. Grayscale: #222222. Windows color (decimal): -15520239 or 1125907. OLE color: 1125907.

HSL color Cylindrical-coordinate representation of color #132E11: hue angle of 115.86º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132E11 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB194617-
CMYK0.5900.630.82
HSL115.86º46.03%12.35%-
HSV(B)115.86º63.04%18.04%-
XYZ1.352.130.87-
YUV34.62118.05116.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 46 (18.36% from 255) = 56.10%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=23.17%
G=56.10%
B=20.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946170.5900.630.82115.8646.0312.35
Hex132E113B03F52742ec
Octal235621730771221645614
Binary10011101110100011110110111111101001011101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E11; }

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

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

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

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

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

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

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

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