Html Css Color HEX #13570E Myrtle

📋 copy color: '#13570E'

red 19 ◦ green 87 ◦ blue 14

#13570E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #13570E

Tints of Myrtle #13570E

RGB

 RED value IS 19 (7.81% from 255) = 15.83%

 GREEN value IS 87 (34.38% from 255) = 72.5%

 BLUE value IS 14 (5.86% from 255) = 11.67%

R = 15.83%
G = 72.5%
B = 11.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#13570E (or 0x13570E) is known color: Myrtle. HEX triplet: 13, 57 and 0E. RGB value is (19,87,14). Sum of RGB (Red+Green+Blue) = 19+87+14=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #13570E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13570E is #ECA8F1. Grayscale: #3A3A3A. Windows color (decimal): -15509746 or 939795. OLE color: 939795.

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

Color convert

RGB 19 87 14 -
CMYK 0.78 0 0.84 0.66
HSL 115.89º 0.72% 0.2% -
HSV(B) 115.89º 0.84% 0.34% -
XYZ 3.76 6.99 1.57 -
YUV 58.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 19 87 14 0.78 0 0.84 0.66 115.89 0.72 0.2
Hex 13 57 E 4E 0 54 42 74 48 14
Octal 23 127 16 116 0 124 102 164 110 24
Binary 10011 1010111 1110 1001110 0 1010100 1000010 1110100 1001000 10100

Color Harmonies of #13570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13570E

Black with #13570E

Text Example


Text Example

White with #13570E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13570E;
 }
 .AnyTagClassName
 {
   color: #13570E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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