Html Css Color HEX #13550D Myrtle

📋 copy color: '#13550D'

red 19 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #13550D

Tints of Myrtle #13550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.11%

R = 16.24%
G = 72.65%
B = 11.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#13550D (or 0x13550D) is known color: Myrtle. HEX triplet: 13, 55 and 0D. RGB value is (19,85,13). Sum of RGB (Red+Green+Blue) = 19+85+13=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #13550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13550D is #ECAAF2. Grayscale: #393939. Windows color (decimal): -15510259 or 873747. OLE color: 873747.

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

Color convert

RGB 19 85 13 -
CMYK 0.78 0 0.85 0.67
HSL 115º 0.73% 0.19% -
HSV(B) 115º 0.85% 0.33% -
XYZ 3.59 6.66 1.48 -
YUV 57.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 19 85 13 0.78 0 0.85 0.67 115 0.73 0.19
Hex 13 55 D 4E 0 55 43 73 49 13
Octal 23 125 15 116 0 125 103 163 111 23
Binary 10011 1010101 1101 1001110 0 1010101 1000011 1110011 1001001 10011

Color Harmonies of #13550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13550D

Black with #13550D

Text Example


Text Example

White with #13550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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