Html Css Color HEX #144113 Myrtle

📋 copy color: '#144113'

red 20 ◦ green 65 ◦ blue 19

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

Shades of Myrtle #144113

Tints of Myrtle #144113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 19.23%
G = 62.5%
B = 18.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#144113 (or 0x144113) is known color: Myrtle. HEX triplet: 14, 41 and 13. RGB value is (20,65,19). Sum of RGB (Red+Green+Blue) = 20+65+19=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #144113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144113 is #EBBEEC. Grayscale: #2E2E2E. Windows color (decimal): -15449837 or 1261844. OLE color: 1261844.

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

Color convert

RGB 20 65 19 -
CMYK 0.69 0 0.71 0.75
HSL 118.7º 0.55% 0.16% -
HSV(B) 118.7º 0.71% 0.25% -
XYZ 2.3 3.98 1.26 -
YUV 46.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 20 65 19 0.69 0 0.71 0.75 118.7 0.55 0.16
Hex 14 41 13 45 0 47 4B 77 37 10
Octal 24 101 23 105 0 107 113 167 67 20
Binary 10100 1000001 10011 1000101 0 1000111 1001011 1110111 110111 10000

Color Harmonies of #144113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144113

Black with #144113

Text Example


Text Example

White with #144113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144113; }

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

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

background-color css

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

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

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

border-color css

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

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

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