#13510A

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

Shades of Myrtle #13510A

Tints of Myrtle #13510A

Color information

#13510A (or 0x13510A) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 0A. RGB value is (19,81,10). Sum of RGB (Red+Green+Blue) = 19+81+10=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #13510A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13510A is #ECAEF5. Grayscale: #363636. Windows color (decimal): -15511286 or 676115. OLE color: 676115.

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

Color convert

RGB198110-
CMYK0.7700.880.68
HSL112.39º78.02%17.84%-
HSV(B)112.39º87.65%31.76%-
XYZ3.276.051.28-
YUV54.37102.96102.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 81 (32.03% from 255) = 73.64%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=17.27%
G=73.64%
B=9.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981100.7700.880.68112.3978.0217.84
Hex1351A4D05844704e12
Octal2312112115013010416011622
Binary100111010001101010011010101100010001001110000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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