#143822

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

Shades of Deep Fir #143822

Tints of Deep Fir #143822

Color information

#143822 (or 0x143822) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 22. RGB value is (20,56,34). Sum of RGB (Red+Green+Blue) = 20+56+34=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #143822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143822 is #EBC7DD. Grayscale: #2A2A2A. Windows color (decimal): -15452126 or 2242580. OLE color: 2242580.

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

Color convert

RGB205634-
CMYK0.6400.390.78
HSL143.33º47.37%14.9%-
HSV(B)143.33º64.29%21.96%-
XYZ1.993.092.01-
YUV42.73123.07111.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=18.18%
G=50.91%
B=30.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056340.6400.390.78143.3347.3714.9
Hex143822400274E8f2ff
Octal2470421000471162175717
Binary10100111000100010100000001001111001110100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143822; }

 p { color: rgb(20,56,34); }

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

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

 a { background-color: rgb(20,56,34); }

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

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

 span { border-color: rgb(20,56,34); }

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