Html Css Color HEX #13470D Myrtle

📋 copy color: '#13470D'

red 19 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #13470D

Tints of Myrtle #13470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 68.93%

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

R = 18.45%
G = 68.93%
B = 12.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#13470D (or 0x13470D) is known color: Myrtle. HEX triplet: 13, 47 and 0D. RGB value is (19,71,13). Sum of RGB (Red+Green+Blue) = 19+71+13=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #13470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13470D is #ECB8F2. Grayscale: #313131. Windows color (decimal): -15513843 or 870163. OLE color: 870163.

HSL color Cylindrical-coordinate representation of color #13470D: hue angle of 113.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13470D is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 13 -
CMYK 0.73 0 0.82 0.72
HSL 113.79º 0.69% 0.16% -
HSV(B) 113.79º 0.82% 0.28% -
XYZ 2.59 4.67 1.15 -
YUV 48.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 19 71 13 0.73 0 0.82 0.72 113.79 0.69 0.16
Hex 13 47 D 49 0 52 48 72 45 10
Octal 23 107 15 111 0 122 110 162 105 20
Binary 10011 1000111 1101 1001001 0 1010010 1001000 1110010 1000101 10000

Color Harmonies of #13470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13470D

Black with #13470D

Text Example


Text Example

White with #13470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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