#144822

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

Shades of Deep Fir #144822

Tints of Deep Fir #144822

Color information

#144822 (or 0x144822) is unknown color: approx Deep Fir. HEX triplet: 14, 48 and 22. RGB value is (20,72,34). Sum of RGB (Red+Green+Blue) = 20+72+34=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #144822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144822 is #EBB7DD. Grayscale: #343434. Windows color (decimal): -15448030 or 2246676. OLE color: 2246676.

HSL color Cylindrical-coordinate representation of color #144822: hue angle of 136.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144822 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB207234-
CMYK0.7200.530.72
HSL136.15º56.52%18.04%-
HSV(B)136.15º72.22%28.24%-
XYZ2.894.92.31-
YUV52.12117.77105.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=15.87%
G=57.14%
B=26.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072340.7200.530.72136.1556.5218.04
Hex1448224803548883912
Octal24110421100651102107122
Binary1010010010001000101001000011010110010001000100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144822; }

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

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

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

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

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

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

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

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