#13340C

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

Shades of Myrtle #13340C

Tints of Myrtle #13340C

Color information

#13340C (or 0x13340C) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 0C. RGB value is (19,52,12). Sum of RGB (Red+Green+Blue) = 19+52+12=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #13340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340C is #ECCBF3. Grayscale: #252525. Windows color (decimal): -15518708 or 799763. OLE color: 799763.

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

Color convert

RGB195212-
CMYK0.6300.770.80
HSL109.5º62.5%12.55%-
HSV(B)109.5º76.92%20.39%-
XYZ1.562.620.77-
YUV37.57113.57114.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=22.89%
G=62.65%
B=14.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952120.6300.770.80109.562.512.55
Hex1334C3F04D506e3ed
Octal2364147701151201567615
Binary10011110100110011111101001101101000011011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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