#112504

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

Shades of Pine Tree #112504

Tints of Pine Tree #112504

Color information

#112504 (or 0x112504) is unknown color: approx Pine Tree. HEX triplet: 11, 25 and 04. RGB value is (17,37,4). Sum of RGB (Red+Green+Blue) = 17+37+4=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #112504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112504 is #EEDAFB. Grayscale: #1B1B1B. Windows color (decimal): -15653628 or 271633. OLE color: 271633.

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

Color convert

RGB17374-
CMYK0.5400.890.85
HSL96.36º80.49%8.04%-
HSV(B)96.36º89.19%14.51%-
XYZ0.911.450.35-
YUV27.26114.87120.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=29.31%
G=63.79%
B=6.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173740.5400.890.8596.3680.498.04
Hex11254360595560508
Octal2145466013112514012010
Binary10001100101100110110010110011010101110000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112504; }

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

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

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

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

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

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

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

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