#13410D

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

Shades of Myrtle #13410D

Tints of Myrtle #13410D

Color information

#13410D (or 0x13410D) is unknown color: approx Myrtle. HEX triplet: 13, 41 and 0D. RGB value is (19,65,13). Sum of RGB (Red+Green+Blue) = 19+65+13=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #13410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13410D is #ECBEF2. Grayscale: #2D2D2D. Windows color (decimal): -15515379 or 868627. OLE color: 868627.

HSL color Cylindrical-coordinate representation of color #13410D: hue angle of 113.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13410D is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB196513-
CMYK0.7100.800.75
HSL113.08º66.67%15.29%-
HSV(B)113.08º80%25.49%-
XYZ2.233.951.03-
YUV45.32109.76109.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=19.59%
G=67.01%
B=13.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965130.7100.800.75113.0866.6715.29
Hex1341D470504B7143f
Octal2310115107012011316110317
Binary10011100000111011000111010100001001011111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13410D; }

 p { color: rgb(19,65,13); }

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

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

 a { background-color: rgb(19,65,13); }

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

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

 span { border-color: rgb(19,65,13); }

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