Html Css Color HEX #13550E Myrtle

📋 copy color: '#13550E'

red 19 ◦ green 85 ◦ blue 14

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

Shades of Myrtle #13550E

Tints of Myrtle #13550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

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

R = 16.1%
G = 72.03%
B = 11.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#13550E (or 0x13550E) is known color: Myrtle. HEX triplet: 13, 55 and 0E. RGB value is (19,85,14). Sum of RGB (Red+Green+Blue) = 19+85+14=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #13550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13550E is #ECAAF1. Grayscale: #393939. Windows color (decimal): -15510258 or 939283. OLE color: 939283.

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

Color convert

RGB 19 85 14 -
CMYK 0.78 0 0.84 0.67
HSL 115.77º 0.72% 0.19% -
HSV(B) 115.77º 0.84% 0.33% -
XYZ 3.6 6.67 1.51 -
YUV 57.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 19 85 14 0.78 0 0.84 0.67 115.77 0.72 0.19
Hex 13 55 E 4E 0 54 43 74 48 13
Octal 23 125 16 116 0 124 103 164 110 23
Binary 10011 1010101 1110 1001110 0 1010100 1000011 1110100 1001000 10011

Color Harmonies of #13550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13550E

Black with #13550E

Text Example


Text Example

White with #13550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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