#112404

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

Shades of Pine Tree #112404

Tints of Pine Tree #112404

Color information

#112404 (or 0x112404) is unknown color: approx Pine Tree. HEX triplet: 11, 24 and 04. RGB value is (17,36,4). Sum of RGB (Red+Green+Blue) = 17+36+4=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #112404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112404 is #EEDBFB. Grayscale: #1A1A1A. Windows color (decimal): -15653884 or 271377. OLE color: 271377.

HSL color Cylindrical-coordinate representation of color #112404: hue angle of 95.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112404 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB17364-
CMYK0.5300.890.86
HSL95.62º80%7.84%-
HSV(B)95.62º88.89%14.12%-
XYZ0.881.390.34-
YUV26.67115.21121.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=29.82%
G=63.16%
B=7.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173640.5300.890.8695.62807.84
Hex11244350595660508
Octal2144465013112614012010
Binary10001100100100110101010110011010110110000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112404; }

 p { color: rgb(17,36,4); }

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

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

 a { background-color: rgb(17,36,4); }

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

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

 span { border-color: rgb(17,36,4); }

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