Html Css Color HEX #14490C Myrtle

📋 copy color: '#14490C'

red 20 ◦ green 73 ◦ blue 12

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

Shades of Myrtle #14490C

Tints of Myrtle #14490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 69.52%

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 19.05%
G = 69.52%
B = 11.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#14490C (or 0x14490C) is known color: Myrtle. HEX triplet: 14, 49 and 0C. RGB value is (20,73,12). Sum of RGB (Red+Green+Blue) = 20+73+12=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #14490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14490C is #EBB6F3. Grayscale: #323232. Windows color (decimal): -15447796 or 805140. OLE color: 805140.

HSL color Cylindrical-coordinate representation of color #14490C: hue angle of 112.13º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14490C is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 12 -
CMYK 0.73 0 0.84 0.71
HSL 112.13º 0.72% 0.17% -
HSV(B) 112.13º 0.84% 0.29% -
XYZ 2.74 4.94 1.16 -
YUV 50.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 20 73 12 0.73 0 0.84 0.71 112.13 0.72 0.17
Hex 14 49 C 49 0 54 47 70 48 11
Octal 24 111 14 111 0 124 107 160 110 21
Binary 10100 1001001 1100 1001001 0 1010100 1000111 1110000 1001000 10001

Color Harmonies of #14490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14490C

Black with #14490C

Text Example


Text Example

White with #14490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14490C; }

 p { color: rgb(20,73,12); }

 H1.HeaderClassName
 {
   color: #14490C;
 }
 .AnyTagClassName
 {
   color: #14490C;
 }
</style>

background-color css

<style>
 a { background-color: #14490C; }

 a { background-color: rgb(20,73,12); }

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

border-color css

<style>
 span { border-color: #14490C; }

 span { border-color: rgb(20,73,12); }

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