#144C00

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

Shades of Myrtle #144C00

Tints of Myrtle #144C00

Color information

#144C00 (or 0x144C00) is unknown color: approx Myrtle. HEX triplet: 14, 4C and 00. RGB value is (20,76,0). Sum of RGB (Red+Green+Blue) = 20+76+0=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #144C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144C00 is #EBB3FF. Grayscale: #323232. Windows color (decimal): -15447040 or 19476. OLE color: 19476.

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

Color convert

RGB20760-
CMYK0.74010.70
HSL104.21º100%14.9%-
HSV(B)104.21º100%29.8%-
XYZ2.875.320.87-
YUV50.5999.45106.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 76 (30.08% from 255) = 79.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.83%
G=79.17%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal207600.74010.70104.2110014.9
Hex144C04A064466864f
Octal241140112014410615014417
Binary10100100110001001010011001001000110110100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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