#14461C

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

Shades of Deep Fir #14461C

Tints of Deep Fir #14461C

Color information

#14461C (or 0x14461C) is unknown color: approx Deep Fir. HEX triplet: 14, 46 and 1C. RGB value is (20,70,28). Sum of RGB (Red+Green+Blue) = 20+70+28=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #14461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461C is #EBB9E3. Grayscale: #323232. Windows color (decimal): -15448548 or 1852948. OLE color: 1852948.

HSL color Cylindrical-coordinate representation of color #14461C: hue angle of 129.6º 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 #14461C is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB207028-
CMYK0.7100.600.73
HSL129.6º55.56%17.65%-
HSV(B)129.6º71.43%27.45%-
XYZ2.694.611.85-
YUV50.26115.44106.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 70 (27.73% from 255) = 59.32%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=16.95%
G=59.32%
B=23.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070280.7100.600.73129.655.5617.65
Hex14461C4703C49823812
Octal24106341070741112027022
Binary101001000110111001000111011110010010011000001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14461C; }

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

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

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

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

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

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

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

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