#13420D

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

Shades of Myrtle #13420D

Tints of Myrtle #13420D

Color information

#13420D (or 0x13420D) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 0D. RGB value is (19,66,13). Sum of RGB (Red+Green+Blue) = 19+66+13=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #13420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420D is #ECBDF2. Grayscale: #2E2E2E. Windows color (decimal): -15515123 or 868883. OLE color: 868883.

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

Color convert

RGB196613-
CMYK0.7100.800.74
HSL113.21º67.09%15.49%-
HSV(B)113.21º80.3%25.88%-
XYZ2.294.061.04-
YUV45.9109.43108.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 66 (26.17% from 255) = 67.35%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=19.39%
G=67.35%
B=13.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966130.7100.800.74113.2167.0915.49
Hex1342D470504A7143f
Octal2310215107012011216110317
Binary10011100001011011000111010100001001010111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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