#132C09

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

Shades of Myrtle #132C09

Tints of Myrtle #132C09

Color information

#132C09 (or 0x132C09) is unknown color: approx Myrtle. HEX triplet: 13, 2C and 09. RGB value is (19,44,9). Sum of RGB (Red+Green+Blue) = 19+44+9=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #132C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C09 is #ECD3F6. Grayscale: #202020. Windows color (decimal): -15520759 or 601107. OLE color: 601107.

HSL color Cylindrical-coordinate representation of color #132C09: hue angle of 102.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132C09 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB19449-
CMYK0.5700.800.83
HSL102.86º66.04%10.39%-
HSV(B)102.86º79.55%17.25%-
XYZ1.221.960.57-
YUV32.54114.72118.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=26.39%
G=61.11%
B=12.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal194490.5700.800.83102.8666.0410.39
Hex132C939050536742a
Octal23541171012012314710212
Binary100111011001001111001010100001010011110011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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