#143924

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

Shades of Deep Fir #143924

Tints of Deep Fir #143924

Color information

#143924 (or 0x143924) is unknown color: approx Deep Fir. HEX triplet: 14, 39 and 24. RGB value is (20,57,36). Sum of RGB (Red+Green+Blue) = 20+57+36=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #143924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143924 is #EBC6DB. Grayscale: #2B2B2B. Windows color (decimal): -15451868 or 2373908. OLE color: 2373908.

HSL color Cylindrical-coordinate representation of color #143924: hue angle of 145.95º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143924 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB205736-
CMYK0.6500.370.78
HSL145.95º48.05%15.1%-
HSV(B)145.95º64.91%22.35%-
XYZ2.073.22.18-
YUV43.54123.74111.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=17.70%
G=50.44%
B=31.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057360.6500.370.78145.9548.0515.1
Hex143924410254E9230f
Octal2471441010451162226017
Binary10100111001100100100000101001011001110100100101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143924; }

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

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

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

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

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

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

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

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