#143919

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

Shades of Deep Fir #143919

Tints of Deep Fir #143919

Color information

#143919 (or 0x143919) is unknown color: approx Deep Fir. HEX triplet: 14, 39 and 19. RGB value is (20,57,25). Sum of RGB (Red+Green+Blue) = 20+57+25=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #143919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143919 is #EBC6E6. Grayscale: #2A2A2A. Windows color (decimal): -15451879 or 1653012. OLE color: 1653012.

HSL color Cylindrical-coordinate representation of color #143919: hue angle of 128.11º 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 #143919 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB205725-
CMYK0.6500.560.78
HSL128.11º48.05%15.1%-
HSV(B)128.11º64.91%22.35%-
XYZ1.933.151.43-
YUV42.29118.24112.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=19.61%
G=55.88%
B=24.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057250.6500.560.78128.1148.0515.1
Hex143919410384E8030f
Octal2471311010701162006017
Binary1010011100111001100000101110001001110100000001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143919; }

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

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

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

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

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

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

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

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