#144126

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

Shades of Deep Fir #144126

Tints of Deep Fir #144126

Color information

#144126 (or 0x144126) is unknown color: approx Deep Fir. HEX triplet: 14, 41 and 26. RGB value is (20,65,38). Sum of RGB (Red+Green+Blue) = 20+65+38=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #144126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144126 is #EBBED9. Grayscale: #303030. Windows color (decimal): -15449818 or 2507028. OLE color: 2507028.

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

Color convert

RGB206538-
CMYK0.6900.420.75
HSL144º52.94%16.67%-
HSV(B)144º69.23%25.49%-
XYZ2.534.072.49-
YUV48.47122.09107.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=16.26%
G=52.85%
B=30.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065380.6900.420.7514452.9416.67
Hex1441264502A4B903511
Octal24101461050521132206521
Binary1010010000011001101000101010101010010111001000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144126; }

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

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

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

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

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

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

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

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