#13400F

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

Shades of Myrtle #13400F

Tints of Myrtle #13400F

Color information

#13400F (or 0x13400F) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 0F. RGB value is (19,64,15). Sum of RGB (Red+Green+Blue) = 19+64+15=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #13400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13400F is #ECBFF0. Grayscale: #2D2D2D. Windows color (decimal): -15515633 or 999443. OLE color: 999443.

HSL color Cylindrical-coordinate representation of color #13400F: hue angle of 115.1º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13400F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB196415-
CMYK0.7000.770.75
HSL115.1º62.03%15.49%-
HSV(B)115.1º76.56%25.1%-
XYZ2.193.841.08-
YUV44.96111.09109.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=19.39%
G=65.31%
B=15.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964150.7000.770.75115.162.0315.49
Hex1340F4604D4B733ef
Octal231001710601151131637617
Binary1001110000001111100011001001101100101111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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