Html Css Color HEX #144519 Myrtle

📋 copy color: '#144519'

red 20 ◦ green 69 ◦ blue 25

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

Shades of Myrtle #144519

Tints of Myrtle #144519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 17.54%
G = 60.53%
B = 21.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#144519 (or 0x144519) is known color: Myrtle. HEX triplet: 14, 45 and 19. RGB value is (20,69,25). Sum of RGB (Red+Green+Blue) = 20+69+25=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #144519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144519 is #EBBAE6. Grayscale: #313131. Windows color (decimal): -15448807 or 1656084. OLE color: 1656084.

HSL color Cylindrical-coordinate representation of color #144519: hue angle of 126.12º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144519 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 69 25 -
CMYK 0.71 0 0.64 0.73
HSL 126.12º 0.55% 0.17% -
HSV(B) 126.12º 0.71% 0.27% -
XYZ 2.59 4.48 1.65 -
YUV 49.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 20 69 25 0.71 0 0.64 0.73 126.12 0.55 0.17
Hex 14 45 19 47 0 40 49 7E 37 11
Octal 24 105 31 107 0 100 111 176 67 21
Binary 10100 1000101 11001 1000111 0 1000000 1001001 1111110 110111 10001

Color Harmonies of #144519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144519

Black with #144519

Text Example


Text Example

White with #144519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144519; }

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

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

background-color css

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

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

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

border-color css

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

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

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