#131510

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

Shades of Pine Tree #131510

Tints of Pine Tree #131510

Color information

#131510 (or 0x131510) is unknown color: approx Pine Tree. HEX triplet: 13, 15 and 10. RGB value is (19,21,16). Sum of RGB (Red+Green+Blue) = 19+21+16=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #131510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131510 is #ECEAEF. Grayscale: #131313. Windows color (decimal): -15526640 or 1053971. OLE color: 1053971.

HSL color Cylindrical-coordinate representation of color #131510: hue angle of 84º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131510 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB192116-
CMYK0.1000.240.92
HSL84º13.51%7.25%-
HSV(B)84º23.81%8.24%-
XYZ0.630.710.59-
YUV19.83125.84127.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=33.93%
G=37.5%
B=28.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921160.1000.240.928413.517.25
Hex131510A0185C54e7
Octal23252012030134124167
Binary1001110101100001010011000101110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131510; }

 p { color: rgb(19,21,16); }

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

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

 a { background-color: rgb(19,21,16); }

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

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

 span { border-color: rgb(19,21,16); }

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