#144020

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

Shades of Deep Fir #144020

Tints of Deep Fir #144020

Color information

#144020 (or 0x144020) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 20. RGB value is (20,64,32). Sum of RGB (Red+Green+Blue) = 20+64+32=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #144020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144020 is #EBBFDF. Grayscale: #2F2F2F. Windows color (decimal): -15450080 or 2113556. OLE color: 2113556.

HSL color Cylindrical-coordinate representation of color #144020: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144020 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB206432-
CMYK0.6900.500.75
HSL136.36º52.38%16.47%-
HSV(B)136.36º68.75%25.1%-
XYZ2.383.922-
YUV47.2119.42108.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=17.24%
G=55.17%
B=27.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064320.6900.500.75136.3652.3816.47
Hex144020450324B883410
Octal24100401050621132106420
Binary1010010000001000001000101011001010010111000100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144020; }

 p { color: rgb(20,64,32); }

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

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

 a { background-color: rgb(20,64,32); }

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

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

 span { border-color: rgb(20,64,32); }

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