#13510C

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

Shades of Myrtle #13510C

Tints of Myrtle #13510C

Color information

#13510C (or 0x13510C) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 0C. RGB value is (19,81,12). Sum of RGB (Red+Green+Blue) = 19+81+12=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #13510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13510C is #ECAEF3. Grayscale: #363636. Windows color (decimal): -15511284 or 807187. OLE color: 807187.

HSL color Cylindrical-coordinate representation of color #13510C: hue angle of 113.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13510C is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB198112-
CMYK0.7700.850.68
HSL113.91º74.19%18.24%-
HSV(B)113.91º85.19%31.76%-
XYZ3.286.051.34-
YUV54.6103.96102.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 81 (32.03% from 255) = 72.32%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=16.96%
G=72.32%
B=10.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981120.7700.850.68113.9174.1918.24
Hex1351C4D05544724a12
Octal2312114115012510416211222
Binary100111010001110010011010101010110001001110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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