#144423

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

Shades of Deep Fir #144423

Tints of Deep Fir #144423

Color information

#144423 (or 0x144423) is unknown color: approx Deep Fir. HEX triplet: 14, 44 and 23. RGB value is (20,68,35). Sum of RGB (Red+Green+Blue) = 20+68+35=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #144423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144423 is #EBBBDC. Grayscale: #313131. Windows color (decimal): -15449053 or 2311188. OLE color: 2311188.

HSL color Cylindrical-coordinate representation of color #144423: hue angle of 138.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144423 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB206835-
CMYK0.7100.490.73
HSL138.75º54.55%17.25%-
HSV(B)138.75º70.59%26.67%-
XYZ2.664.42.3-
YUV49.89119.6106.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=16.26%
G=55.28%
B=28.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068350.7100.490.73138.7554.5517.25
Hex14442347031498b3711
Octal24104431070611112136721
Binary1010010001001000111000111011000110010011000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144423; }

 p { color: rgb(20,68,35); }

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

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

 a { background-color: rgb(20,68,35); }

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

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

 span { border-color: rgb(20,68,35); }

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