#132913

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

Shades of Myrtle #132913

Tints of Myrtle #132913

Color information

#132913 (or 0x132913) is unknown color: approx Myrtle. HEX triplet: 13, 29 and 13. RGB value is (19,41,19). Sum of RGB (Red+Green+Blue) = 19+41+19=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #132913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132913 is #ECD6EC. Grayscale: #1F1F1F. Windows color (decimal): -15521517 or 1255699. OLE color: 1255699.

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

Color convert

RGB194119-
CMYK0.5400.540.84
HSL120º36.67%11.76%-
HSV(B)120º53.66%16.08%-
XYZ1.181.770.9-
YUV31.91120.71118.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 41 (16.41% from 255) = 51.90%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=24.05%
G=51.90%
B=24.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941190.5400.540.8412036.6711.76
Hex13291336036547825c
Octal235123660661241704514
Binary10011101001100111101100110110101010011110001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132913; }

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

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

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

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

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

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

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

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