#131810

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

Shades of Pine Tree #131810

Tints of Pine Tree #131810

Color information

#131810 (or 0x131810) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 10. RGB value is (19,24,16). Sum of RGB (Red+Green+Blue) = 19+24+16=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #131810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131810 is #ECE7EF. Grayscale: #151515. Windows color (decimal): -15525872 or 1054739. OLE color: 1054739.

HSL color Cylindrical-coordinate representation of color #131810: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #131810 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB192416-
CMYK0.2100.330.91
HSL97.5º20%7.84%-
HSV(B)97.5º33.33%9.41%-
XYZ0.690.830.61-
YUV21.59124.84126.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=32.20%
G=40.68%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924160.2100.330.9197.5207.84
Hex131810150215B61148
Octal233020250411331412410
Binary10011110001000010101010000110110111100001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131810; }

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

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

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

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

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

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

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

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