#13570F

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

Shades of Myrtle #13570F

Tints of Myrtle #13570F

Color information

#13570F (or 0x13570F) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 0F. RGB value is (19,87,15). Sum of RGB (Red+Green+Blue) = 19+87+15=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 87 (34.38% from 255 or 71.90% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 87 - color contains mainly: green. Hex color #13570F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13570F is #ECA8F0. Grayscale: #3A3A3A. Windows color (decimal): -15509745 or 1005331. OLE color: 1005331.

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

Color convert

RGB198715-
CMYK0.7800.830.66
HSL116.67º70.59%20%-
HSV(B)116.67º82.76%34.12%-
XYZ3.766.991.6-
YUV58.46103.4799.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 87 (34.38% from 255) = 71.90%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=15.70%
G=71.90%
B=12.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987150.7800.830.66116.6770.5920
Hex1357F4E05342754714
Octal2312717116012310216510724
Binary100111010111111110011100101001110000101110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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