Html Css Color HEX #13420D Myrtle

📋 copy color: '#13420D'

red 19 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #13420D

Tints of Myrtle #13420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 67.35%

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

R = 19.39%
G = 67.35%
B = 13.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#13420D (or 0x13420D) is known color: Myrtle. HEX triplet: 13, 42 and 0D. RGB value is (19,66,13). Sum of RGB (Red+Green+Blue) = 19+66+13=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #13420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420D is #ECBDF2. Grayscale: #2E2E2E. Windows color (decimal): -15515123 or 868883. OLE color: 868883.

HSL color Cylindrical-coordinate representation of color #13420D: hue angle of 113.21º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13420D is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 13 -
CMYK 0.71 0 0.80 0.74
HSL 113.21º 0.67% 0.15% -
HSV(B) 113.21º 0.8% 0.26% -
XYZ 2.29 4.06 1.04 -
YUV 45.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 19 66 13 0.71 0 0.80 0.74 113.21 0.67 0.15
Hex 13 42 D 47 0 50 4A 71 43 F
Octal 23 102 15 107 0 120 112 161 103 17
Binary 10011 1000010 1101 1000111 0 1010000 1001010 1110001 1000011 1111

Color Harmonies of #13420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13420D

Black with #13420D

Text Example


Text Example

White with #13420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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