#141611

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

Shades of Pine Tree #141611

Tints of Pine Tree #141611

Color information

#141611 (or 0x141611) is unknown color: approx Pine Tree. HEX triplet: 14, 16 and 11. RGB value is (20,22,17). Sum of RGB (Red+Green+Blue) = 20+22+17=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #141611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141611 is #EBE9EE. Grayscale: #141414. Windows color (decimal): -15460847 or 1119764. OLE color: 1119764.

HSL color Cylindrical-coordinate representation of color #141611: hue angle of 84º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141611 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB202217-
CMYK0.0900.230.91
HSL84º12.82%7.65%-
HSV(B)84º22.73%8.63%-
XYZ0.680.760.64-
YUV20.83125.84127.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=33.90%
G=37.29%
B=28.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022170.0900.230.918412.827.65
Hex14161190175B54d8
Octal242621110271331241510
Binary10100101101000110010101111011011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141611; }

 p { color: rgb(20,22,17); }

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

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

 a { background-color: rgb(20,22,17); }

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

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

 span { border-color: rgb(20,22,17); }

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