#144426

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

Shades of Deep Fir #144426

Tints of Deep Fir #144426

Color information

#144426 (or 0x144426) is unknown color: approx Deep Fir. HEX triplet: 14, 44 and 26. RGB value is (20,68,38). Sum of RGB (Red+Green+Blue) = 20+68+38=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #144426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144426 is #EBBBD9. Grayscale: #323232. Windows color (decimal): -15449050 or 2507796. OLE color: 2507796.

HSL color Cylindrical-coordinate representation of color #144426: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144426 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB206838-
CMYK0.7100.440.73
HSL142.5º54.55%17.25%-
HSV(B)142.5º70.59%26.67%-
XYZ2.714.422.54-
YUV50.23121.1106.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=15.87%
G=53.97%
B=30.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068380.7100.440.73142.554.5517.25
Hex1444264702C498e3711
Octal24104461070541112166721
Binary1010010001001001101000111010110010010011000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144426; }

 p { color: rgb(20,68,38); }

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

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

 a { background-color: rgb(20,68,38); }

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

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

 span { border-color: rgb(20,68,38); }

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