Html Css Color HEX #13540E Myrtle

📋 copy color: '#13540E'

red 19 ◦ green 84 ◦ blue 14

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

Shades of Myrtle #13540E

Tints of Myrtle #13540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 71.79%

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

R = 16.24%
G = 71.79%
B = 11.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#13540E (or 0x13540E) is known color: Myrtle. HEX triplet: 13, 54 and 0E. RGB value is (19,84,14). Sum of RGB (Red+Green+Blue) = 19+84+14=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #13540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540E is #ECABF1. Grayscale: #383838. Windows color (decimal): -15510514 or 939027. OLE color: 939027.

HSL color Cylindrical-coordinate representation of color #13540E: hue angle of 115.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13540E is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 14 -
CMYK 0.77 0 0.83 0.67
HSL 115.71º 0.71% 0.19% -
HSV(B) 115.71º 0.83% 0.33% -
XYZ 3.52 6.51 1.49 -
YUV 56.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 19 84 14 0.77 0 0.83 0.67 115.71 0.71 0.19
Hex 13 54 E 4D 0 53 43 74 47 13
Octal 23 124 16 115 0 123 103 164 107 23
Binary 10011 1010100 1110 1001101 0 1010011 1000011 1110100 1000111 10011

Color Harmonies of #13540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13540E

Black with #13540E

Text Example


Text Example

White with #13540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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