#13260B

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

Shades of Myrtle #13260B

Tints of Myrtle #13260B

Color information

#13260B (or 0x13260B) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 0B. RGB value is (19,38,11). Sum of RGB (Red+Green+Blue) = 19+38+11=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #13260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13260B is #ECD9F4. Grayscale: #1D1D1D. Windows color (decimal): -15522293 or 730643. OLE color: 730643.

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

Color convert

RGB193811-
CMYK0.5000.710.85
HSL102.22º55.1%9.61%-
HSV(B)102.22º71.05%14.9%-
XYZ1.021.550.56-
YUV29.24117.71120.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=27.94%
G=55.88%
B=16.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938110.5000.710.85102.2255.19.61
Hex1326B32047556637a
Octal2346136201071251466712
Binary10011100110101111001001000111101010111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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