#13420F

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

Shades of Myrtle #13420F

Tints of Myrtle #13420F

Color information

#13420F (or 0x13420F) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 0F. RGB value is (19,66,15). Sum of RGB (Red+Green+Blue) = 19+66+15=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #13420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420F is #ECBDF0. Grayscale: #2E2E2E. Windows color (decimal): -15515121 or 999955. OLE color: 999955.

HSL color Cylindrical-coordinate representation of color #13420F: hue angle of 115.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13420F is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB196615-
CMYK0.7100.770.74
HSL115.29º62.96%15.88%-
HSV(B)115.29º77.27%25.88%-
XYZ2.34.071.12-
YUV46.13110.43108.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 15 (6.25% from 255) = 15%
R=19%
G=66%
B=15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966150.7100.770.74115.2962.9615.88
Hex1342F4704D4A733f10
Octal231021710701151121637720
Binary10011100001011111000111010011011001010111001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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