Html Css Color HEX #14450D Myrtle

📋 copy color: '#14450D'

red 20 ◦ green 69 ◦ blue 13

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

Shades of Myrtle #14450D

Tints of Myrtle #14450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 67.65%

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

R = 19.61%
G = 67.65%
B = 12.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#14450D (or 0x14450D) is known color: Myrtle. HEX triplet: 14, 45 and 0D. RGB value is (20,69,13). Sum of RGB (Red+Green+Blue) = 20+69+13=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #14450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14450D is #EBBAF2. Grayscale: #303030. Windows color (decimal): -15448819 or 869652. OLE color: 869652.

HSL color Cylindrical-coordinate representation of color #14450D: hue angle of 112.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14450D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 69 13 -
CMYK 0.71 0 0.81 0.73
HSL 112.5º 0.68% 0.16% -
HSV(B) 112.5º 0.81% 0.27% -
XYZ 2.49 4.43 1.11 -
YUV 47.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 20 69 13 0.71 0 0.81 0.73 112.5 0.68 0.16
Hex 14 45 D 47 0 51 49 70 44 10
Octal 24 105 15 107 0 121 111 160 104 20
Binary 10100 1000101 1101 1000111 0 1010001 1001001 1110000 1000100 10000

Color Harmonies of #14450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14450D

Black with #14450D

Text Example


Text Example

White with #14450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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