#132911

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

Shades of Myrtle #132911

Tints of Myrtle #132911

Color information

#132911 (or 0x132911) is unknown color: approx Myrtle. HEX triplet: 13, 29 and 11. RGB value is (19,41,17). Sum of RGB (Red+Green+Blue) = 19+41+17=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #132911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132911 is #ECD6EE. Grayscale: #1F1F1F. Windows color (decimal): -15521519 or 1124627. OLE color: 1124627.

HSL color Cylindrical-coordinate representation of color #132911: hue angle of 115º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132911 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB194117-
CMYK0.5400.590.84
HSL115º41.38%11.37%-
HSV(B)115º58.54%16.08%-
XYZ1.161.760.81-
YUV31.69119.71118.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=24.68%
G=53.25%
B=22.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941170.5400.590.8411541.3811.37
Hex1329113603B547329b
Octal235121660731241635113
Binary10011101001100011101100111011101010011100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132911; }

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

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

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

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

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

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

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

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