#13570C

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

Shades of Myrtle #13570C

Tints of Myrtle #13570C

Color information

#13570C (or 0x13570C) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 0C. RGB value is (19,87,12). Sum of RGB (Red+Green+Blue) = 19+87+12=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 87 (34.38% from 255 or 73.73% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 87 - color contains mainly: green. Hex color #13570C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13570C is #ECA8F3. Grayscale: #3A3A3A. Windows color (decimal): -15509748 or 808723. OLE color: 808723.

HSL color Cylindrical-coordinate representation of color #13570C: hue angle of 114.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13570C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB198712-
CMYK0.7800.860.66
HSL114.4º75.76%19.41%-
HSV(B)114.4º86.21%34.12%-
XYZ3.746.981.5-
YUV58.12101.97100.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 87 (34.38% from 255) = 73.73%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=16.10%
G=73.73%
B=10.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987120.7800.860.66114.475.7619.41
Hex1357C4E05642724c13
Octal2312714116012610216211423
Binary100111010111110010011100101011010000101110010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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