#132A0D

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

Shades of Myrtle #132A0D

Tints of Myrtle #132A0D

Color information

#132A0D (or 0x132A0D) is unknown color: approx Myrtle. HEX triplet: 13, 2A and 0D. RGB value is (19,42,13). Sum of RGB (Red+Green+Blue) = 19+42+13=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #132A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A0D is #ECD5F2. Grayscale: #1F1F1F. Windows color (decimal): -15521267 or 862739. OLE color: 862739.

HSL color Cylindrical-coordinate representation of color #132A0D: hue angle of 107.59º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #132A0D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB194213-
CMYK0.5500.690.84
HSL107.59º52.73%10.78%-
HSV(B)107.59º69.05%16.47%-
XYZ1.171.820.67-
YUV31.82117.38118.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 42 (16.80% from 255) = 56.76%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=25.68%
G=56.76%
B=17.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942130.5500.690.84107.5952.7310.78
Hex132AD37045546c35b
Octal2352156701051241546513
Binary10011101010110111011101000101101010011011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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