Html Css Color HEX #144709 Myrtle

📋 copy color: '#144709'

red 20 ◦ green 71 ◦ blue 9

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

Shades of Myrtle #144709

Tints of Myrtle #144709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 71%

 BLUE value IS 9 (3.91% from 255) = 9%

R = 20%
G = 71%
B = 9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#144709 (or 0x144709) is known color: Myrtle. HEX triplet: 14, 47 and 09. RGB value is (20,71,9). Sum of RGB (Red+Green+Blue) = 20+71+9=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #144709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144709 is #EBB8F6. Grayscale: #303030. Windows color (decimal): -15448311 or 608020. OLE color: 608020.

HSL color Cylindrical-coordinate representation of color #144709: hue angle of 109.35º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144709 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 9 -
CMYK 0.72 0 0.87 0.72
HSL 109.35º 0.78% 0.16% -
HSV(B) 109.35º 0.87% 0.28% -
XYZ 2.59 4.67 1.02 -
YUV 48.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 20 71 9 0.72 0 0.87 0.72 109.35 0.78 0.16
Hex 14 47 9 48 0 57 48 6D 4E 10
Octal 24 107 11 110 0 127 110 155 116 20
Binary 10100 1000111 1001 1001000 0 1010111 1001000 1101101 1001110 10000

Color Harmonies of #144709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144709

Black with #144709

Text Example


Text Example

White with #144709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144709; }

 p { color: rgb(20,71,9); }

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

background-color css

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

 a { background-color: rgb(20,71,9); }

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

border-color css

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

 span { border-color: rgb(20,71,9); }

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