Html Css Color HEX #14420D Myrtle

📋 copy color: '#14420D'

red 20 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #14420D

Tints of Myrtle #14420D

RGB

 RED value IS 20 (8.2% from 255) = 20.2%

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

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

R = 20.2%
G = 66.67%
B = 13.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#14420D (or 0x14420D) is known color: Myrtle. HEX triplet: 14, 42 and 0D. RGB value is (20,66,13). Sum of RGB (Red+Green+Blue) = 20+66+13=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #14420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420D is #EBBDF2. Grayscale: #2E2E2E. Windows color (decimal): -15449587 or 868884. OLE color: 868884.

HSL color Cylindrical-coordinate representation of color #14420D: hue angle of 112.08º 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 #14420D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 13 -
CMYK 0.70 0 0.80 0.74
HSL 112.08º 0.67% 0.15% -
HSV(B) 112.08º 0.8% 0.26% -
XYZ 2.31 4.07 1.05 -
YUV 46.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 20 66 13 0.70 0 0.80 0.74 112.08 0.67 0.15
Hex 14 42 D 46 0 50 4A 70 43 F
Octal 24 102 15 106 0 120 112 160 103 17
Binary 10100 1000010 1101 1000110 0 1010000 1001010 1110000 1000011 1111

Color Harmonies of #14420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14420D

Black with #14420D

Text Example


Text Example

White with #14420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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