#132010

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

Shades of Myrtle #132010

Tints of Myrtle #132010

Color information

#132010 (or 0x132010) is unknown color: approx Myrtle. HEX triplet: 13, 20 and 10. RGB value is (19,32,16). Sum of RGB (Red+Green+Blue) = 19+32+16=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #132010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132010 is #ECDFEF. Grayscale: #1A1A1A. Windows color (decimal): -15523824 or 1056787. OLE color: 1056787.

HSL color Cylindrical-coordinate representation of color #132010: hue angle of 108.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132010 is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB193216-
CMYK0.4100.50.87
HSL108.75º33.33%9.41%-
HSV(B)108.75º50%12.55%-
XYZ0.881.210.68-
YUV26.29122.19122.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=28.36%
G=47.76%
B=23.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932160.4100.50.87108.7533.339.41
Hex13201029032576d219
Octal234020510621271554111
Binary10011100000100001010010110010101011111011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132010; }

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

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

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

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

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

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

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

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