#13600C

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

Shades of Myrtle #13600C

Tints of Myrtle #13600C

Color information

#13600C (or 0x13600C) is unknown color: approx Myrtle. HEX triplet: 13, 60 and 0C. RGB value is (19,96,12). Sum of RGB (Red+Green+Blue) = 19+96+12=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #13600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13600C is #EC9FF3. Grayscale: #3F3F3F. Windows color (decimal): -15507444 or 811027. OLE color: 811027.

HSL color Cylindrical-coordinate representation of color #13600C: hue angle of 115º 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 #13600C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB199612-
CMYK0.8000.880.62
HSL115º77.78%21.18%-
HSV(B)115º87.5%37.65%-
XYZ4.528.531.76-
YUV63.498.9996.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 96 (37.89% from 255) = 75.59%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=14.96%
G=75.59%
B=9.45%

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
Decimal1996120.8000.880.6211577.7821.18
Hex1360C500583E734e15
Octal231401412001307616311625
Binary10011110000011001010000010110001111101110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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