#144724

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

Shades of Deep Fir #144724

Tints of Deep Fir #144724

Color information

#144724 (or 0x144724) is unknown color: approx Deep Fir. HEX triplet: 14, 47 and 24. RGB value is (20,71,36). Sum of RGB (Red+Green+Blue) = 20+71+36=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #144724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144724 is #EBB8DB. Grayscale: #333333. Windows color (decimal): -15448284 or 2377492. OLE color: 2377492.

HSL color Cylindrical-coordinate representation of color #144724: hue angle of 138.82º degrees, saturation: 0.56, 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 #144724 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB207136-
CMYK0.7200.490.72
HSL138.82º56.04%17.84%-
HSV(B)138.82º71.83%27.84%-
XYZ2.864.782.44-
YUV51.76119.1105.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=15.75%
G=55.91%
B=28.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071360.7200.490.72138.8256.0417.84
Hex14472448031488b3812
Octal24107441100611102137022
Binary1010010001111001001001000011000110010001000101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144724; }

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

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

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

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

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

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

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

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