Html Css Color HEX #14420E Myrtle

📋 copy color: '#14420E'

red 20 ◦ green 66 ◦ blue 14

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

Shades of Myrtle #14420E

Tints of Myrtle #14420E

RGB

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

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

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

R = 20%
G = 66%
B = 14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#14420E (or 0x14420E) is known color: Myrtle. HEX triplet: 14, 42 and 0E. RGB value is (20,66,14). Sum of RGB (Red+Green+Blue) = 20+66+14=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #14420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420E is #EBBDF1. Grayscale: #2E2E2E. Windows color (decimal): -15449586 or 934420. OLE color: 934420.

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

Color convert

RGB 20 66 14 -
CMYK 0.70 0 0.79 0.74
HSL 113.08º 0.65% 0.16% -
HSV(B) 113.08º 0.79% 0.26% -
XYZ 2.32 4.08 1.08 -
YUV 46.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 20 66 14 0.70 0 0.79 0.74 113.08 0.65 0.16
Hex 14 42 E 46 0 4F 4A 71 41 10
Octal 24 102 16 106 0 117 112 161 101 20
Binary 10100 1000010 1110 1000110 0 1001111 1001010 1110001 1000001 10000

Color Harmonies of #14420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14420E

Black with #14420E

Text Example


Text Example

White with #14420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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