Html Css Color HEX #14550D Myrtle

📋 copy color: '#14550D'

red 20 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #14550D

Tints of Myrtle #14550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

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

R = 16.95%
G = 72.03%
B = 11.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#14550D (or 0x14550D) is known color: Myrtle. HEX triplet: 14, 55 and 0D. RGB value is (20,85,13). Sum of RGB (Red+Green+Blue) = 20+85+13=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #14550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14550D is #EBAAF2. Grayscale: #393939. Windows color (decimal): -15444723 or 873748. OLE color: 873748.

HSL color Cylindrical-coordinate representation of color #14550D: hue angle of 114.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14550D is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 85 13 -
CMYK 0.76 0 0.85 0.67
HSL 114.17º 0.73% 0.19% -
HSV(B) 114.17º 0.85% 0.33% -
XYZ 3.61 6.67 1.48 -
YUV 57.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 20 85 13 0.76 0 0.85 0.67 114.17 0.73 0.19
Hex 14 55 D 4C 0 55 43 72 49 13
Octal 24 125 15 114 0 125 103 162 111 23
Binary 10100 1010101 1101 1001100 0 1010101 1000011 1110010 1001001 10011

Color Harmonies of #14550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14550D

Black with #14550D

Text Example


Text Example

White with #14550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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