Html Css Color HEX #14400D Myrtle

📋 copy color: '#14400D'

red 20 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #14400D

Tints of Myrtle #14400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 65.98%

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

R = 20.62%
G = 65.98%
B = 13.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#14400D (or 0x14400D) is known color: Myrtle. HEX triplet: 14, 40 and 0D. RGB value is (20,64,13). Sum of RGB (Red+Green+Blue) = 20+64+13=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #14400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14400D is #EBBFF2. Grayscale: #2D2D2D. Windows color (decimal): -15450099 or 868372. OLE color: 868372.

HSL color Cylindrical-coordinate representation of color #14400D: hue angle of 111.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14400D is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 13 -
CMYK 0.69 0 0.80 0.75
HSL 111.76º 0.66% 0.15% -
HSV(B) 111.76º 0.8% 0.25% -
XYZ 2.19 3.84 1.01 -
YUV 45.03 109.92 110.15 -
System Red Green Blue C M Y K H S L
Decimal 20 64 13 0.69 0 0.80 0.75 111.76 0.66 0.15
Hex 14 40 D 45 0 50 4B 70 42 F
Octal 24 100 15 105 0 120 113 160 102 17
Binary 10100 1000000 1101 1000101 0 1010000 1001011 1110000 1000010 1111

Color Harmonies of #14400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14400D

Black with #14400D

Text Example


Text Example

White with #14400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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