#143619

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

Shades of Deep Fir #143619

Tints of Deep Fir #143619

Color information

#143619 (or 0x143619) is unknown color: approx Deep Fir. HEX triplet: 14, 36 and 19. RGB value is (20,54,25). Sum of RGB (Red+Green+Blue) = 20+54+25=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #143619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143619 is #EBC9E6. Grayscale: #282828. Windows color (decimal): -15452647 or 1652244. OLE color: 1652244.

HSL color Cylindrical-coordinate representation of color #143619: hue angle of 128.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143619 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB205425-
CMYK0.6300.540.79
HSL128.82º45.95%14.51%-
HSV(B)128.82º62.96%21.18%-
XYZ1.782.861.38-
YUV40.53119.24113.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 54 (21.48% from 255) = 54.55%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=20.20%
G=54.55%
B=25.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054250.6300.540.79128.8245.9514.51
Hex1436193F0364F812ef
Octal246631770661172015617
Binary101001101101100111111101101101001111100000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143619; }

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

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

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

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

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

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

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

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