#13400C

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

Shades of Myrtle #13400C

Tints of Myrtle #13400C

Color information

#13400C (or 0x13400C) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 0C. RGB value is (19,64,12). Sum of RGB (Red+Green+Blue) = 19+64+12=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #13400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13400C is #ECBFF3. Grayscale: #2C2C2C. Windows color (decimal): -15515636 or 802835. OLE color: 802835.

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

Color convert

RGB196412-
CMYK0.7000.810.75
HSL111.92º68.42%14.9%-
HSV(B)111.92º81.25%25.1%-
XYZ2.173.830.97-
YUV44.62109.59109.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=20%
G=67.37%
B=12.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964120.7000.810.75111.9268.4214.9
Hex1340C460514B7044f
Octal2310014106012111316010417
Binary10011100000011001000110010100011001011111000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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