Html Css Color HEX #14420F Myrtle

📋 copy color: '#14420F'

red 20 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #14420F

Tints of Myrtle #14420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 19.8%
G = 65.35%
B = 14.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#14420F (or 0x14420F) is known color: Myrtle. HEX triplet: 14, 42 and 0F. RGB value is (20,66,15). Sum of RGB (Red+Green+Blue) = 20+66+15=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #14420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420F is #EBBDF0. Grayscale: #2E2E2E. Windows color (decimal): -15449585 or 999956. OLE color: 999956.

HSL color Cylindrical-coordinate representation of color #14420F: hue angle of 114.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14420F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 15 -
CMYK 0.70 0 0.77 0.74
HSL 114.12º 0.63% 0.16% -
HSV(B) 114.12º 0.77% 0.26% -
XYZ 2.32 4.08 1.12 -
YUV 46.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 20 66 15 0.70 0 0.77 0.74 114.12 0.63 0.16
Hex 14 42 F 46 0 4D 4A 72 3F 10
Octal 24 102 17 106 0 115 112 162 77 20
Binary 10100 1000010 1111 1000110 0 1001101 1001010 1110010 111111 10000

Color Harmonies of #14420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14420F

Black with #14420F

Text Example


Text Example

White with #14420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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