#144C13

Color #144C13 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #144C13

Tints of Myrtle #144C13

Color information

#144C13 (or 0x144C13) is unknown color: approx Myrtle. HEX triplet: 14, 4C and 13. RGB value is (20,76,19). Sum of RGB (Red+Green+Blue) = 20+76+19=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #144C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144C13 is #EBB3EC. Grayscale: #343434. Windows color (decimal): -15447021 or 1264660. OLE color: 1264660.

HSL color Cylindrical-coordinate representation of color #144C13: hue angle of 118.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144C13 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB207619-
CMYK0.7400.750.70
HSL118.95º60%18.63%-
HSV(B)118.95º75%29.8%-
XYZ2.995.361.49-
YUV52.76108.95104.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 76 (30.08% from 255) = 66.09%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=17.39%
G=66.09%
B=16.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076190.7400.750.70118.956018.63
Hex144C134A04B46773c13
Octal241142311201131061677423
Binary101001001100100111001010010010111000110111011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #144C13;
 }
 .AnyTagClassName
 {
   color: #144C13;
 }
</style>
background-color css

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

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

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

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

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

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