#13360E

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

Shades of Myrtle #13360E

Tints of Myrtle #13360E

Color information

#13360E (or 0x13360E) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 0E. RGB value is (19,54,14). Sum of RGB (Red+Green+Blue) = 19+54+14=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #13360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360E is #ECC9F1. Grayscale: #272727. Windows color (decimal): -15518194 or 931347. OLE color: 931347.

HSL color Cylindrical-coordinate representation of color #13360E: hue angle of 112.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13360E is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB195414-
CMYK0.6500.740.79
HSL112.5º58.82%13.33%-
HSV(B)112.5º74.07%21.18%-
XYZ1.672.810.87-
YUV38.97113.9113.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 54 (21.48% from 255) = 62.07%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=21.84%
G=62.07%
B=16.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954140.6500.740.79112.558.8213.33
Hex1336E4104A4F703bd
Octal23661610101121171607315
Binary100111101101110100000101001010100111111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13360E; }

 p { color: rgb(19,54,14); }

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

<style>
 a { background-color: #13360E; }

 a { background-color: rgb(19,54,14); }

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

<style>
 span { border-color: #13360E; }

 span { border-color: rgb(19,54,14); }

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