Html Css Color HEX #13420C Myrtle

📋 copy color: '#13420C'

red 19 ◦ green 66 ◦ blue 12

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

Shades of Myrtle #13420C

Tints of Myrtle #13420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 19.59%
G = 68.04%
B = 12.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#13420C (or 0x13420C) is known color: Myrtle. HEX triplet: 13, 42 and 0C. RGB value is (19,66,12). Sum of RGB (Red+Green+Blue) = 19+66+12=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #13420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420C is #ECBDF3. Grayscale: #2D2D2D. Windows color (decimal): -15515124 or 803347. OLE color: 803347.

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

Color convert

RGB 19 66 12 -
CMYK 0.71 0 0.82 0.74
HSL 112.22º 0.69% 0.15% -
HSV(B) 112.22º 0.82% 0.26% -
XYZ 2.28 4.06 1.01 -
YUV 45.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 19 66 12 0.71 0 0.82 0.74 112.22 0.69 0.15
Hex 13 42 C 47 0 52 4A 70 45 F
Octal 23 102 14 107 0 122 112 160 105 17
Binary 10011 1000010 1100 1000111 0 1010010 1001010 1110000 1000101 1111

Color Harmonies of #13420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13420C

Black with #13420C

Text Example


Text Example

White with #13420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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