#144924

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

Shades of Deep Fir #144924

Tints of Deep Fir #144924

Color information

#144924 (or 0x144924) is unknown color: approx Deep Fir. HEX triplet: 14, 49 and 24. RGB value is (20,73,36). Sum of RGB (Red+Green+Blue) = 20+73+36=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #144924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144924 is #EBB6DB. Grayscale: #353535. Windows color (decimal): -15447772 or 2378004. OLE color: 2378004.

HSL color Cylindrical-coordinate representation of color #144924: hue angle of 138.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144924 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB207336-
CMYK0.7300.510.71
HSL138.11º56.99%18.24%-
HSV(B)138.11º72.6%28.63%-
XYZ2.995.042.48-
YUV52.93118.44104.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=15.50%
G=56.59%
B=27.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073360.7300.510.71138.1156.9918.24
Hex14492449033478a3912
Octal24111441110631072127122
Binary1010010010011001001001001011001110001111000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144924; }

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

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

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

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

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

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

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

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