Html Css Color HEX #13490D Myrtle

📋 copy color: '#13490D'

red 19 ◦ green 73 ◦ blue 13

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

Shades of Myrtle #13490D

Tints of Myrtle #13490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 69.52%

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

R = 18.1%
G = 69.52%
B = 12.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#13490D (or 0x13490D) is known color: Myrtle. HEX triplet: 13, 49 and 0D. RGB value is (19,73,13). Sum of RGB (Red+Green+Blue) = 19+73+13=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #13490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13490D is #ECB6F2. Grayscale: #323232. Windows color (decimal): -15513331 or 870675. OLE color: 870675.

HSL color Cylindrical-coordinate representation of color #13490D: hue angle of 114º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13490D is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 13 -
CMYK 0.74 0 0.82 0.71
HSL 114º 0.7% 0.17% -
HSV(B) 114º 0.82% 0.29% -
XYZ 2.72 4.93 1.19 -
YUV 50.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 19 73 13 0.74 0 0.82 0.71 114 0.7 0.17
Hex 13 49 D 4A 0 52 47 72 46 11
Octal 23 111 15 112 0 122 107 162 106 21
Binary 10011 1001001 1101 1001010 0 1010010 1000111 1110010 1000110 10001

Color Harmonies of #13490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13490D

Black with #13490D

Text Example


Text Example

White with #13490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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