Html Css Color HEX #13420E Myrtle

📋 copy color: '#13420E'

red 19 ◦ green 66 ◦ blue 14

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

Shades of Myrtle #13420E

Tints of Myrtle #13420E

RGB

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

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

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

R = 19.19%
G = 66.67%
B = 14.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#13420E (or 0x13420E) is known color: Myrtle. HEX triplet: 13, 42 and 0E. RGB value is (19,66,14). Sum of RGB (Red+Green+Blue) = 19+66+14=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #13420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420E is #ECBDF1. Grayscale: #2E2E2E. Windows color (decimal): -15515122 or 934419. OLE color: 934419.

HSL color Cylindrical-coordinate representation of color #13420E: hue angle of 114.23º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13420E is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 14 -
CMYK 0.71 0 0.79 0.74
HSL 114.23º 0.65% 0.16% -
HSV(B) 114.23º 0.79% 0.26% -
XYZ 2.3 4.07 1.08 -
YUV 46.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 19 66 14 0.71 0 0.79 0.74 114.23 0.65 0.16
Hex 13 42 E 47 0 4F 4A 72 41 10
Octal 23 102 16 107 0 117 112 162 101 20
Binary 10011 1000010 1110 1000111 0 1001111 1001010 1110010 1000001 10000

Color Harmonies of #13420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13420E

Black with #13420E

Text Example


Text Example

White with #13420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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