Html Css Color HEX #144009 Myrtle

📋 copy color: '#144009'

red 20 ◦ green 64 ◦ blue 9

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

Shades of Myrtle #144009

Tints of Myrtle #144009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.82%

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

R = 21.51%
G = 68.82%
B = 9.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#144009 (or 0x144009) is known color: Myrtle. HEX triplet: 14, 40 and 09. RGB value is (20,64,9). Sum of RGB (Red+Green+Blue) = 20+64+9=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #144009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144009 is #EBBFF6. Grayscale: #2C2C2C. Windows color (decimal): -15450103 or 606228. OLE color: 606228.

HSL color Cylindrical-coordinate representation of color #144009: hue angle of 108º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144009 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 9 -
CMYK 0.69 0 0.86 0.75
HSL 108º 0.75% 0.14% -
HSV(B) 108º 0.86% 0.25% -
XYZ 2.17 3.84 0.88 -
YUV 44.57 107.92 110.47 -
System Red Green Blue C M Y K H S L
Decimal 20 64 9 0.69 0 0.86 0.75 108 0.75 0.14
Hex 14 40 9 45 0 56 4B 6C 4B E
Octal 24 100 11 105 0 126 113 154 113 16
Binary 10100 1000000 1001 1000101 0 1010110 1001011 1101100 1001011 1110

Color Harmonies of #144009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144009

Black with #144009

Text Example


Text Example

White with #144009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144009; }

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

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

background-color css

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

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

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

border-color css

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

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

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