#132511

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

Shades of Myrtle #132511

Tints of Myrtle #132511

Color information

#132511 (or 0x132511) is unknown color: approx Myrtle. HEX triplet: 13, 25 and 11. RGB value is (19,37,17). Sum of RGB (Red+Green+Blue) = 19+37+17=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #132511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132511 is #ECDAEE. Grayscale: #1D1D1D. Windows color (decimal): -15522543 or 1123603. OLE color: 1123603.

HSL color Cylindrical-coordinate representation of color #132511: hue angle of 114º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132511 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB193717-
CMYK0.4900.540.85
HSL114º37.04%10.59%-
HSV(B)114º54.05%14.51%-
XYZ1.031.50.77-
YUV29.34121.04120.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=26.03%
G=50.68%
B=23.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937170.4900.540.8511437.0410.59
Hex13251131036557225b
Octal234521610661251624513
Binary10011100101100011100010110110101010111100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132511; }

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

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

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

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

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

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

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

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