Html Css Color HEX #14590A Myrtle

📋 copy color: '#14590A'

red 20 ◦ green 89 ◦ blue 10

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

Shades of Myrtle #14590A

Tints of Myrtle #14590A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.79%

 BLUE value IS 10 (4.3% from 255) = 8.4%

R = 16.81%
G = 74.79%
B = 8.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#14590A (or 0x14590A) is known color: Myrtle. HEX triplet: 14, 59 and 0A. RGB value is (20,89,10). Sum of RGB (Red+Green+Blue) = 20+89+10=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 89 (35.16% from 255 or 74.79% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 89 - color contains mainly: green. Hex color #14590A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14590A is #EBA6F5. Grayscale: #3B3B3B. Windows color (decimal): -15443702 or 678164. OLE color: 678164.

HSL color Cylindrical-coordinate representation of color #14590A: hue angle of 112.41º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14590A is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 10 -
CMYK 0.78 0 0.89 0.65
HSL 112.41º 0.8% 0.19% -
HSV(B) 112.41º 0.89% 0.35% -
XYZ 3.92 7.32 1.49 -
YUV 59.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 20 89 10 0.78 0 0.89 0.65 112.41 0.8 0.19
Hex 14 59 A 4E 0 59 41 70 50 13
Octal 24 131 12 116 0 131 101 160 120 23
Binary 10100 1011001 1010 1001110 0 1011001 1000001 1110000 1010000 10011

Color Harmonies of #14590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14590A

Black with #14590A

Text Example


Text Example

White with #14590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14590A; }

 p { color: rgb(20,89,10); }

 H1.HeaderClassName
 {
   color: #14590A;
 }
 .AnyTagClassName
 {
   color: #14590A;
 }
</style>

background-color css

<style>
 a { background-color: #14590A; }

 a { background-color: rgb(20,89,10); }

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

border-color css

<style>
 span { border-color: #14590A; }

 span { border-color: rgb(20,89,10); }

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