Html Css Color HEX #144119 Myrtle

📋 copy color: '#144119'

red 20 ◦ green 65 ◦ blue 25

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

Shades of Myrtle #144119

Tints of Myrtle #144119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.09%

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

R = 18.18%
G = 59.09%
B = 22.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#144119 (or 0x144119) is known color: Myrtle. HEX triplet: 14, 41 and 19. RGB value is (20,65,25). Sum of RGB (Red+Green+Blue) = 20+65+25=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #144119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144119 is #EBBEE6. Grayscale: #2F2F2F. Windows color (decimal): -15449831 or 1655060. OLE color: 1655060.

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

Color convert

RGB 20 65 25 -
CMYK 0.69 0 0.62 0.75
HSL 126.67º 0.53% 0.17% -
HSV(B) 126.67º 0.69% 0.25% -
XYZ 2.35 4 1.57 -
YUV 46.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 20 65 25 0.69 0 0.62 0.75 126.67 0.53 0.17
Hex 14 41 19 45 0 3E 4B 7F 35 11
Octal 24 101 31 105 0 76 113 177 65 21
Binary 10100 1000001 11001 1000101 0 111110 1001011 1111111 110101 10001

Color Harmonies of #144119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144119

Black with #144119

Text Example


Text Example

White with #144119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144119; }

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

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

background-color css

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

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

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

border-color css

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

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

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