#144624

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

Shades of Deep Fir #144624

Tints of Deep Fir #144624

Color information

#144624 (or 0x144624) is unknown color: approx Deep Fir. HEX triplet: 14, 46 and 24. RGB value is (20,70,36). Sum of RGB (Red+Green+Blue) = 20+70+36=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #144624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144624 is #EBB9DB. Grayscale: #333333. Windows color (decimal): -15448540 or 2377236. OLE color: 2377236.

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

Color convert

RGB207036-
CMYK0.7100.490.73
HSL139.2º55.56%17.65%-
HSV(B)139.2º71.43%27.45%-
XYZ2.84.662.42-
YUV51.17119.44105.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=15.87%
G=55.56%
B=28.57%

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
Decimal2070360.7100.490.73139.255.5617.65
Hex14462447031498b3812
Octal24106441070611112137022
Binary1010010001101001001000111011000110010011000101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144624; }

 p { color: rgb(20,70,36); }

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

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

 a { background-color: rgb(20,70,36); }

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

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

 span { border-color: rgb(20,70,36); }

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