#144226

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

Shades of Deep Fir #144226

Tints of Deep Fir #144226

Color information

#144226 (or 0x144226) is unknown color: approx Deep Fir. HEX triplet: 14, 42 and 26. RGB value is (20,66,38). Sum of RGB (Red+Green+Blue) = 20+66+38=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #144226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144226 is #EBBDD9. Grayscale: #313131. Windows color (decimal): -15449562 or 2507284. OLE color: 2507284.

HSL color Cylindrical-coordinate representation of color #144226: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144226 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB206638-
CMYK0.7000.420.74
HSL143.48º53.49%16.86%-
HSV(B)143.48º69.7%25.88%-
XYZ2.594.192.51-
YUV49.05121.76107.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=16.13%
G=53.23%
B=30.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066380.7000.420.74143.4853.4916.86
Hex1442264602A4A8f3511
Octal24102461060521122176521
Binary1010010000101001101000110010101010010101000111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144226; }

 p { color: rgb(20,66,38); }

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

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

 a { background-color: rgb(20,66,38); }

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

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

 span { border-color: rgb(20,66,38); }

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