#13420B

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

Shades of Myrtle #13420B

Tints of Myrtle #13420B

Color information

#13420B (or 0x13420B) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 0B. RGB value is (19,66,11). Sum of RGB (Red+Green+Blue) = 19+66+11=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #13420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420B is #ECBDF4. Grayscale: #2D2D2D. Windows color (decimal): -15515125 or 737811. OLE color: 737811.

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

Color convert

RGB196611-
CMYK0.7100.830.74
HSL111.27º71.43%15.1%-
HSV(B)111.27º83.33%25.88%-
XYZ2.284.060.98-
YUV45.68108.43108.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 66 (26.17% from 255) = 68.75%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=19.79%
G=68.75%
B=11.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966110.7100.830.74111.2771.4315.1
Hex1342B470534A6f47f
Octal2310213107012311215710717
Binary10011100001010111000111010100111001010110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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