#132410

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

Shades of Myrtle #132410

Tints of Myrtle #132410

Color information

#132410 (or 0x132410) is unknown color: approx Myrtle. HEX triplet: 13, 24 and 10. RGB value is (19,36,16). Sum of RGB (Red+Green+Blue) = 19+36+16=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #132410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132410 is #ECDBEF. Grayscale: #1C1C1C. Windows color (decimal): -15522800 or 1057811. OLE color: 1057811.

HSL color Cylindrical-coordinate representation of color #132410: hue angle of 111º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132410 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB193616-
CMYK0.4700.560.86
HSL111º38.46%10.2%-
HSV(B)111º55.56%14.12%-
XYZ0.991.440.72-
YUV28.64120.87121.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 36 (14.45% from 255) = 50.70%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=26.76%
G=50.70%
B=22.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936160.4700.560.8611138.4610.2
Hex1324102F038566f26a
Octal234420570701261574612
Binary10011100100100001011110111000101011011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132410; }

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

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

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

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

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

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

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

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