#131710

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

Shades of Pine Tree #131710

Tints of Pine Tree #131710

Color information

#131710 (or 0x131710) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 10. RGB value is (19,23,16). Sum of RGB (Red+Green+Blue) = 19+23+16=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #131710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131710 is #ECE8EF. Grayscale: #151515. Windows color (decimal): -15526128 or 1054483. OLE color: 1054483.

HSL color Cylindrical-coordinate representation of color #131710: hue angle of 94.29º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131710 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB192316-
CMYK0.1700.300.91
HSL94.29º17.95%7.65%-
HSV(B)94.29º30.43%9.02%-
XYZ0.670.790.61-
YUV21.01125.17126.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=32.76%
G=39.66%
B=27.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923160.1700.300.9194.2917.957.65
Hex1317101101E5B5e128
Octal232720210361331362210
Binary1001110111100001000101111010110111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131710; }

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

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

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

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

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

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

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

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