#132D11

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

Shades of Myrtle #132D11

Tints of Myrtle #132D11

Color information

#132D11 (or 0x132D11) is unknown color: approx Myrtle. HEX triplet: 13, 2D and 11. RGB value is (19,45,17). Sum of RGB (Red+Green+Blue) = 19+45+17=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #132D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D11 is #ECD2EE. Grayscale: #222222. Windows color (decimal): -15520495 or 1125651. OLE color: 1125651.

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

Color convert

RGB194517-
CMYK0.5800.620.82
HSL115.71º45.16%12.16%-
HSV(B)115.71º62.22%17.65%-
XYZ1.312.060.86-
YUV34.03118.39117.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 45 (17.97% from 255) = 55.56%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=23.46%
G=55.56%
B=20.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945170.5800.620.82115.7145.1612.16
Hex132D113A03E52742dc
Octal235521720761221645514
Binary10011101101100011110100111110101001011101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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