#144124

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

Shades of Deep Fir #144124

Tints of Deep Fir #144124

Color information

#144124 (or 0x144124) is unknown color: approx Deep Fir. HEX triplet: 14, 41 and 24. RGB value is (20,65,36). Sum of RGB (Red+Green+Blue) = 20+65+36=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #144124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144124 is #EBBEDB. Grayscale: #303030. Windows color (decimal): -15449820 or 2375956. OLE color: 2375956.

HSL color Cylindrical-coordinate representation of color #144124: hue angle of 141.33º 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 #144124 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB206536-
CMYK0.6900.450.75
HSL141.33º52.94%16.67%-
HSV(B)141.33º69.23%25.49%-
XYZ2.54.062.32-
YUV48.24121.09107.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=16.53%
G=53.72%
B=29.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065360.6900.450.75141.3352.9416.67
Hex1441244502D4B8d3511
Octal24101441050551132156521
Binary1010010000011001001000101010110110010111000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144124; }

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

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

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

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

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

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

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

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