#144C20

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

Shades of Deep Fir #144C20

Tints of Deep Fir #144C20

Color information

#144C20 (or 0x144C20) is unknown color: approx Deep Fir. HEX triplet: 14, 4C and 20. RGB value is (20,76,32). Sum of RGB (Red+Green+Blue) = 20+76+32=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #144C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C20 is #EBB3DF. Grayscale: #363636. Windows color (decimal): -15447008 or 2116628. OLE color: 2116628.

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

Color convert

RGB207632-
CMYK0.7400.580.70
HSL132.86º58.33%18.82%-
HSV(B)132.86º73.68%29.8%-
XYZ3.135.422.25-
YUV54.24115.45103.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 76 (30.08% from 255) = 59.38%
BLUE value IS 32 (12.89% from 255) = 25%
R=15.62%
G=59.38%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076320.7400.580.70132.8658.3318.82
Hex144C204A03A46853a13
Octal24114401120721062057223
Binary1010010011001000001001010011101010001101000010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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