#13260C

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

Shades of Myrtle #13260C

Tints of Myrtle #13260C

Color information

#13260C (or 0x13260C) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 0C. RGB value is (19,38,12). Sum of RGB (Red+Green+Blue) = 19+38+12=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #13260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13260C is #ECD9F3. Grayscale: #1D1D1D. Windows color (decimal): -15522292 or 796179. OLE color: 796179.

HSL color Cylindrical-coordinate representation of color #13260C: hue angle of 103.85º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13260C is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB193812-
CMYK0.5000.680.85
HSL103.85º52%9.8%-
HSV(B)103.85º68.42%14.9%-
XYZ1.031.550.59-
YUV29.35118.21120.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=27.54%
G=55.07%
B=17.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938120.5000.680.85103.85529.8
Hex1326C32044556834a
Octal2346146201041251506412
Binary10011100110110011001001000100101010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13260C; }

 p { color: rgb(19,38,12); }

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

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

 a { background-color: rgb(19,38,12); }

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

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

 span { border-color: rgb(19,38,12); }

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