#144C07

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

Shades of Myrtle #144C07

Tints of Myrtle #144C07

Color information

#144C07 (or 0x144C07) is unknown color: approx Myrtle. HEX triplet: 14, 4C and 07. RGB value is (20,76,7). Sum of RGB (Red+Green+Blue) = 20+76+7=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #144C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144C07 is #EBB3F8. Grayscale: #333333. Windows color (decimal): -15447033 or 478228. OLE color: 478228.

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

Color convert

RGB20767-
CMYK0.7400.910.70
HSL108.7º83.13%16.27%-
HSV(B)108.7º90.79%29.8%-
XYZ2.915.331.08-
YUV51.39102.95105.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=19.42%
G=73.79%
B=6.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal207670.7400.910.70108.783.1316.27
Hex144C74A05B466d5310
Octal241147112013310615512320
Binary10100100110011110010100101101110001101101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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