Html Css Color HEX #144619 Myrtle

📋 copy color: '#144619'

red 20 ◦ green 70 ◦ blue 25

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

Shades of Myrtle #144619

Tints of Myrtle #144619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.87%

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

R = 17.39%
G = 60.87%
B = 21.74%

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

#144619 (or 0x144619) is known color: Myrtle. HEX triplet: 14, 46 and 19. RGB value is (20,70,25). Sum of RGB (Red+Green+Blue) = 20+70+25=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #144619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144619 is #EBB9E6. Grayscale: #323232. Windows color (decimal): -15448551 or 1656340. OLE color: 1656340.

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

Color convert

RGB 20 70 25 -
CMYK 0.71 0 0.64 0.73
HSL 126º 0.56% 0.18% -
HSV(B) 126º 0.71% 0.27% -
XYZ 2.65 4.6 1.67 -
YUV 49.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 20 70 25 0.71 0 0.64 0.73 126 0.56 0.18
Hex 14 46 19 47 0 40 49 7E 38 12
Octal 24 106 31 107 0 100 111 176 70 22
Binary 10100 1000110 11001 1000111 0 1000000 1001001 1111110 111000 10010

Color Harmonies of #144619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144619

Black with #144619

Text Example


Text Example

White with #144619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144619; }

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

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

background-color css

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

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

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

border-color css

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

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

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