#132507

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

Shades of Pine Tree #132507

Tints of Pine Tree #132507

Color information

#132507 (or 0x132507) is unknown color: approx Pine Tree. HEX triplet: 13, 25 and 07. RGB value is (19,37,7). Sum of RGB (Red+Green+Blue) = 19+37+7=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #132507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132507 is #ECDAF8. Grayscale: #1C1C1C. Windows color (decimal): -15522553 or 468243. OLE color: 468243.

HSL color Cylindrical-coordinate representation of color #132507: hue angle of 96º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132507 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB19377-
CMYK0.4900.810.85
HSL96º68.18%8.63%-
HSV(B)96º81.08%14.51%-
XYZ0.971.480.44-
YUV28.2116.04121.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=30.16%
G=58.73%
B=11.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193770.4900.810.859668.188.63
Hex13257310515560449
Octal2345761012112514010411
Binary10011100101111110001010100011010101110000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132507; }

 p { color: rgb(19,37,7); }

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

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

 a { background-color: rgb(19,37,7); }

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

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

 span { border-color: rgb(19,37,7); }

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