Html Css Color HEX #144219 Myrtle

📋 copy color: '#144219'

red 20 ◦ green 66 ◦ blue 25

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

Shades of Myrtle #144219

Tints of Myrtle #144219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 59.46%

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

R = 18.02%
G = 59.46%
B = 22.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#144219 (or 0x144219) is known color: Myrtle. HEX triplet: 14, 42 and 19. RGB value is (20,66,25). Sum of RGB (Red+Green+Blue) = 20+66+25=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #144219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144219 is #EBBDE6. Grayscale: #2F2F2F. Windows color (decimal): -15449575 or 1655316. OLE color: 1655316.

HSL color Cylindrical-coordinate representation of color #144219: hue angle of 126.52º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144219 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 25 -
CMYK 0.70 0 0.62 0.74
HSL 126.52º 0.53% 0.17% -
HSV(B) 126.52º 0.7% 0.26% -
XYZ 2.41 4.12 1.59 -
YUV 47.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 20 66 25 0.70 0 0.62 0.74 126.52 0.53 0.17
Hex 14 42 19 46 0 3E 4A 7F 35 11
Octal 24 102 31 106 0 76 112 177 65 21
Binary 10100 1000010 11001 1000110 0 111110 1001010 1111111 110101 10001

Color Harmonies of #144219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144219

Black with #144219

Text Example


Text Example

White with #144219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144219; }

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

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

background-color css

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

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

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

border-color css

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

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

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