#144026

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

Shades of Deep Fir #144026

Tints of Deep Fir #144026

Color information

#144026 (or 0x144026) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 26. RGB value is (20,64,38). Sum of RGB (Red+Green+Blue) = 20+64+38=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #144026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144026 is #EBBFD9. Grayscale: #2F2F2F. Windows color (decimal): -15450074 or 2506772. OLE color: 2506772.

HSL color Cylindrical-coordinate representation of color #144026: hue angle of 144.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144026 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB206438-
CMYK0.6900.410.75
HSL144.55º52.38%16.47%-
HSV(B)144.55º68.75%25.1%-
XYZ2.473.962.47-
YUV47.88122.42108.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=16.39%
G=52.46%
B=31.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064380.6900.410.75144.5552.3816.47
Hex144026450294B913410
Octal24100461050511132216420
Binary1010010000001001101000101010100110010111001000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144026; }

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

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

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

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

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

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

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

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