#13340F

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

Shades of Myrtle #13340F

Tints of Myrtle #13340F

Color information

#13340F (or 0x13340F) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 0F. RGB value is (19,52,15). Sum of RGB (Red+Green+Blue) = 19+52+15=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #13340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340F is #ECCBF0. Grayscale: #262626. Windows color (decimal): -15518705 or 996371. OLE color: 996371.

HSL color Cylindrical-coordinate representation of color #13340F: hue angle of 113.51º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13340F is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB195215-
CMYK0.6300.710.80
HSL113.51º55.22%13.14%-
HSV(B)113.51º71.15%20.39%-
XYZ1.582.630.88-
YUV37.92115.07114.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=22.09%
G=60.47%
B=17.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952150.6300.710.80113.5155.2213.14
Hex1334F3F047507237d
Octal2364177701071201626715
Binary10011110100111111111101000111101000011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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