#132411

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

Shades of Myrtle #132411

Tints of Myrtle #132411

Color information

#132411 (or 0x132411) is unknown color: approx Myrtle. HEX triplet: 13, 24 and 11. RGB value is (19,36,17). Sum of RGB (Red+Green+Blue) = 19+36+17=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #132411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132411 is #ECDBEE. Grayscale: #1C1C1C. Windows color (decimal): -15522799 or 1123347. OLE color: 1123347.

HSL color Cylindrical-coordinate representation of color #132411: hue angle of 113.68º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #132411 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB193617-
CMYK0.4700.530.86
HSL113.68º35.85%10.39%-
HSV(B)113.68º52.78%14.12%-
XYZ11.440.76-
YUV28.75121.37121.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=26.39%
G=50%
B=23.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936170.4700.530.86113.6835.8510.39
Hex1324112F035567224a
Octal234421570651261624412
Binary10011100100100011011110110101101011011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132411; }

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

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

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

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

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

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

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

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