#132F12

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

Shades of Myrtle #132F12

Tints of Myrtle #132F12

Color information

#132F12 (or 0x132F12) is unknown color: approx Myrtle. HEX triplet: 13, 2F and 12. RGB value is (19,47,18). Sum of RGB (Red+Green+Blue) = 19+47+18=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #132F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F12 is #ECD0ED. Grayscale: #232323. Windows color (decimal): -15519982 or 1191699. OLE color: 1191699.

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

Color convert

RGB194718-
CMYK0.6000.620.82
HSL117.93º44.62%12.75%-
HSV(B)117.93º61.7%18.43%-
XYZ1.392.220.93-
YUV35.32118.22116.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 47 (18.75% from 255) = 55.95%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=22.62%
G=55.95%
B=21.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947180.6000.620.82117.9344.6212.75
Hex132F123C03E52762dd
Octal235722740761221665515
Binary10011101111100101111000111110101001011101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,18); }

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

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

 a { background-color: rgb(19,47,18); }

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

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

 span { border-color: rgb(19,47,18); }

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