#144325

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

Shades of Deep Fir #144325

Tints of Deep Fir #144325

Color information

#144325 (or 0x144325) is unknown color: approx Deep Fir. HEX triplet: 14, 43 and 25. RGB value is (20,67,37). Sum of RGB (Red+Green+Blue) = 20+67+37=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #144325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144325 is #EBBCDA. Grayscale: #313131. Windows color (decimal): -15449307 or 2442004. OLE color: 2442004.

HSL color Cylindrical-coordinate representation of color #144325: hue angle of 141.7º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144325 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB206737-
CMYK0.7000.450.74
HSL141.7º54.02%17.06%-
HSV(B)141.7º70.15%26.27%-
XYZ2.634.32.44-
YUV49.53120.93106.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=16.13%
G=54.03%
B=29.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067370.7000.450.74141.754.0217.06
Hex1443254602D4A8e3611
Octal24103451060551122166621
Binary1010010000111001011000110010110110010101000111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144325; }

 p { color: rgb(20,67,37); }

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

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

 a { background-color: rgb(20,67,37); }

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

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

 span { border-color: rgb(20,67,37); }

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