Html Css Color HEX #13570F Myrtle

📋 copy color: '#13570F'

red 19 ◦ green 87 ◦ blue 15

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

Shades of Myrtle #13570F

Tints of Myrtle #13570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 15.7%
G = 71.9%
B = 12.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#13570F (or 0x13570F) is known color: 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

RGB 19 87 15 -
CMYK 0.78 0 0.83 0.66
HSL 116.67º 0.71% 0.2% -
HSV(B) 116.67º 0.83% 0.34% -
XYZ 3.76 6.99 1.6 -
YUV 58.46 103.47 99.85 -
System Red Green Blue C M Y K H S L
Decimal 19 87 15 0.78 0 0.83 0.66 116.67 0.71 0.2
Hex 13 57 F 4E 0 53 42 75 47 14
Octal 23 127 17 116 0 123 102 165 107 24
Binary 10011 1010111 1111 1001110 0 1010011 1000010 1110101 1000111 10100

Color Harmonies of #13570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13570F

Black with #13570F

Text Example


Text Example

White with #13570F

Text Example


Text Example

HTML Codes & Css Web 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>