#13370F

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

Shades of Myrtle #13370F

Tints of Myrtle #13370F

Color information

#13370F (or 0x13370F) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 0F. RGB value is (19,55,15). Sum of RGB (Red+Green+Blue) = 19+55+15=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #13370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13370F is #ECC8F0. Grayscale: #272727. Windows color (decimal): -15517937 or 997139. OLE color: 997139.

HSL color Cylindrical-coordinate representation of color #13370F: hue angle of 114º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13370F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB195515-
CMYK0.6500.730.78
HSL114º57.14%13.73%-
HSV(B)114º72.73%21.57%-
XYZ1.722.910.92-
YUV39.68114.07113.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 55 (21.88% from 255) = 61.80%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=21.35%
G=61.80%
B=16.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955150.6500.730.7811457.1413.73
Hex1337F410494E7239e
Octal23671710101111161627116
Binary100111101111111100000101001001100111011100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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