#132C11

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

Shades of Myrtle #132C11

Tints of Myrtle #132C11

Color information

#132C11 (or 0x132C11) is unknown color: approx Myrtle. HEX triplet: 13, 2C and 11. RGB value is (19,44,17). Sum of RGB (Red+Green+Blue) = 19+44+17=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #132C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C11 is #ECD3EE. Grayscale: #212121. Windows color (decimal): -15520751 or 1125395. OLE color: 1125395.

HSL color Cylindrical-coordinate representation of color #132C11: hue angle of 115.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132C11 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB194417-
CMYK0.5700.610.83
HSL115.56º44.26%11.96%-
HSV(B)115.56º61.36%17.25%-
XYZ1.271.980.85-
YUV33.45118.72117.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 44 (17.58% from 255) = 55%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=23.75%
G=55%
B=21.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944170.5700.610.83115.5644.2611.96
Hex132C113903D53742cc
Octal235421710751231645414
Binary10011101100100011110010111101101001111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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