#13610C

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

Shades of Myrtle #13610C

Tints of Myrtle #13610C

Color information

#13610C (or 0x13610C) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 0C. RGB value is (19,97,12). Sum of RGB (Red+Green+Blue) = 19+97+12=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #13610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13610C is #EC9EF3. Grayscale: #404040. Windows color (decimal): -15507188 or 811283. OLE color: 811283.

HSL color Cylindrical-coordinate representation of color #13610C: hue angle of 115.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13610C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB199712-
CMYK0.8000.880.62
HSL115.06º77.98%21.37%-
HSV(B)115.06º87.63%38.04%-
XYZ4.618.711.79-
YUV63.9998.6695.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 97 (38.28% from 255) = 75.78%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=14.84%
G=75.78%
B=9.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997120.8000.880.62115.0677.9821.37
Hex1361C500583E734e15
Octal231411412001307616311625
Binary10011110000111001010000010110001111101110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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