#132B10

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

Shades of Myrtle #132B10

Tints of Myrtle #132B10

Color information

#132B10 (or 0x132B10) is unknown color: approx Myrtle. HEX triplet: 13, 2B and 10. RGB value is (19,43,16). Sum of RGB (Red+Green+Blue) = 19+43+16=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #132B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B10 is #ECD4EF. Grayscale: #202020. Windows color (decimal): -15521008 or 1059603. OLE color: 1059603.

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

Color convert

RGB194316-
CMYK0.5600.630.83
HSL113.33º45.76%11.57%-
HSV(B)113.33º62.79%16.86%-
XYZ1.231.90.79-
YUV32.75118.55118.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 43 (17.19% from 255) = 55.13%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=24.36%
G=55.13%
B=20.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943160.5600.630.83113.3345.7611.57
Hex132B103803F53712ec
Octal235320700771231615614
Binary10011101011100001110000111111101001111100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,16); }

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

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

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

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

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

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

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