#13340D

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

Shades of Myrtle #13340D

Tints of Myrtle #13340D

Color information

#13340D (or 0x13340D) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 0D. RGB value is (19,52,13). Sum of RGB (Red+Green+Blue) = 19+52+13=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #13340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340D is #ECCBF2. Grayscale: #252525. Windows color (decimal): -15518707 or 865299. OLE color: 865299.

HSL color Cylindrical-coordinate representation of color #13340D: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13340D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB195213-
CMYK0.6300.750.80
HSL110.77º60%12.75%-
HSV(B)110.77º75%20.39%-
XYZ1.572.620.8-
YUV37.69114.07114.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=22.62%
G=61.90%
B=15.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952130.6300.750.80110.776012.75
Hex1334D3F04B506f3cd
Octal2364157701131201577415
Binary10011110100110111111101001011101000011011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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