#111508

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

Shades of Pine Tree #111508

Tints of Pine Tree #111508

Color information

#111508 (or 0x111508) is unknown color: approx Pine Tree. HEX triplet: 11, 15 and 08. RGB value is (17,21,8). Sum of RGB (Red+Green+Blue) = 17+21+8=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #111508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111508 is #EEEAF7. Grayscale: #121212. Windows color (decimal): -15657720 or 529681. OLE color: 529681.

HSL color Cylindrical-coordinate representation of color #111508: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #111508 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB17218-
CMYK0.1900.620.92
HSL78.46º44.83%5.69%-
HSV(B)78.46º61.9%8.24%-
XYZ0.540.670.33-
YUV18.32122.17127.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=36.96%
G=45.65%
B=17.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172180.1900.620.9278.4644.835.69
Hex111581303E5C4e2d6
Octal21251023076134116556
Binary1000110101100010011011111010111001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111508; }

 p { color: rgb(17,21,8); }

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

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

 a { background-color: rgb(17,21,8); }

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

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

 span { border-color: rgb(17,21,8); }

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