Html Css Color HEX #144B13 Myrtle

📋 copy color: '#144B13'

red 20 ◦ green 75 ◦ blue 19

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

Shades of Myrtle #144B13

Tints of Myrtle #144B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 65.79%

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

R = 17.54%
G = 65.79%
B = 16.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#144B13 (or 0x144B13) is known color: Myrtle. HEX triplet: 14, 4B and 13. RGB value is (20,75,19). Sum of RGB (Red+Green+Blue) = 20+75+19=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #144B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B13 is #EBB4EC. Grayscale: #343434. Windows color (decimal): -15447277 or 1264404. OLE color: 1264404.

HSL color Cylindrical-coordinate representation of color #144B13: hue angle of 118.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144B13 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 75 19 -
CMYK 0.73 0 0.75 0.71
HSL 118.93º 0.6% 0.18% -
HSV(B) 118.93º 0.75% 0.29% -
XYZ 2.92 5.23 1.47 -
YUV 52.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 20 75 19 0.73 0 0.75 0.71 118.93 0.6 0.18
Hex 14 4B 13 49 0 4B 47 77 3C 12
Octal 24 113 23 111 0 113 107 167 74 22
Binary 10100 1001011 10011 1001001 0 1001011 1000111 1110111 111100 10010

Color Harmonies of #144B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B13

Black with #144B13

Text Example


Text Example

White with #144B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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