#144C22

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

Shades of Deep Fir #144C22

Tints of Deep Fir #144C22

Color information

#144C22 (or 0x144C22) is unknown color: approx Deep Fir. HEX triplet: 14, 4C and 22. RGB value is (20,76,34). Sum of RGB (Red+Green+Blue) = 20+76+34=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #144C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C22 is #EBB3DD. Grayscale: #363636. Windows color (decimal): -15447006 or 2247700. OLE color: 2247700.

HSL color Cylindrical-coordinate representation of color #144C22: hue angle of 135º 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 #144C22 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB207634-
CMYK0.7400.550.70
HSL135º58.33%18.82%-
HSV(B)135º73.68%29.8%-
XYZ3.165.432.4-
YUV54.47116.45103.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 76 (30.08% from 255) = 58.46%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=15.38%
G=58.46%
B=26.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076340.7400.550.7013558.3318.82
Hex144C224A03746873a13
Octal24114421120671062077223
Binary1010010011001000101001010011011110001101000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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