Html Css Color HEX #14500D Myrtle

📋 copy color: '#14500D'

red 20 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #14500D

Tints of Myrtle #14500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 70.8%

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

R = 17.7%
G = 70.8%
B = 11.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#14500D (or 0x14500D) is known color: Myrtle. HEX triplet: 14, 50 and 0D. RGB value is (20,80,13). Sum of RGB (Red+Green+Blue) = 20+80+13=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #14500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500D is #EBAFF2. Grayscale: #363636. Windows color (decimal): -15446003 or 872468. OLE color: 872468.

HSL color Cylindrical-coordinate representation of color #14500D: hue angle of 113.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14500D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 13 -
CMYK 0.75 0 0.84 0.69
HSL 113.73º 0.72% 0.18% -
HSV(B) 113.73º 0.84% 0.31% -
XYZ 3.23 5.92 1.35 -
YUV 54.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 20 80 13 0.75 0 0.84 0.69 113.73 0.72 0.18
Hex 14 50 D 4B 0 54 45 72 48 12
Octal 24 120 15 113 0 124 105 162 110 22
Binary 10100 1010000 1101 1001011 0 1010100 1000101 1110010 1001000 10010

Color Harmonies of #14500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14500D

Black with #14500D

Text Example


Text Example

White with #14500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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