#132A11

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

Shades of Myrtle #132A11

Tints of Myrtle #132A11

Color information

#132A11 (or 0x132A11) is unknown color: approx Myrtle. HEX triplet: 13, 2A and 11. RGB value is (19,42,17). Sum of RGB (Red+Green+Blue) = 19+42+17=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #132A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A11 is #ECD5EE. Grayscale: #202020. Windows color (decimal): -15521263 or 1124883. OLE color: 1124883.

HSL color Cylindrical-coordinate representation of color #132A11: hue angle of 115.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132A11 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB194217-
CMYK0.5500.600.84
HSL115.2º42.37%11.57%-
HSV(B)115.2º59.52%16.47%-
XYZ1.21.830.82-
YUV32.27119.38118.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 42 (16.80% from 255) = 53.85%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=24.36%
G=53.85%
B=21.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942170.5500.600.84115.242.3711.57
Hex132A113703C54732ac
Octal235221670741241635214
Binary10011101010100011101110111100101010011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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