#144824

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

Shades of Deep Fir #144824

Tints of Deep Fir #144824

Color information

#144824 (or 0x144824) is unknown color: approx Deep Fir. HEX triplet: 14, 48 and 24. RGB value is (20,72,36). Sum of RGB (Red+Green+Blue) = 20+72+36=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #144824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144824 is #EBB7DB. Grayscale: #343434. Windows color (decimal): -15448028 or 2377748. OLE color: 2377748.

HSL color Cylindrical-coordinate representation of color #144824: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144824 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB207236-
CMYK0.7200.50.72
HSL138.46º56.52%18.04%-
HSV(B)138.46º72.22%28.24%-
XYZ2.924.912.46-
YUV52.35118.77104.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=15.62%
G=56.25%
B=28.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072360.7200.50.72138.4656.5218.04
Hex14482448032488a3912
Octal24110441100621102127122
Binary1010010010001001001001000011001010010001000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144824; }

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

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

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

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

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

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

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

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