#141909

Color #141909 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #141909

Tints of Pine Tree #141909

Color information

#141909 (or 0x141909) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 09. RGB value is (20,25,9). Sum of RGB (Red+Green+Blue) = 20+25+9=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #141909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141909 is #EBE6F6. Grayscale: #151515. Windows color (decimal): -15460087 or 596244. OLE color: 596244.

HSL color Cylindrical-coordinate representation of color #141909: hue angle of 78.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141909 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB20259-
CMYK0.2000.640.90
HSL78.75º47.06%6.67%-
HSV(B)78.75º64%9.8%-
XYZ0.690.860.39-
YUV21.68120.84126.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=37.04%
G=46.30%
B=16.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202590.2000.640.9078.7547.066.67
Hex14199140405A4f2f7
Octal243111240100132117577
Binary10100110011001101000100000010110101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141909; }

 p { color: rgb(20,25,9); }

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

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

 a { background-color: rgb(20,25,9); }

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

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

 span { border-color: rgb(20,25,9); }

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