#131905

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

Shades of Pine Tree #131905

Tints of Pine Tree #131905

Color information

#131905 (or 0x131905) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 05. RGB value is (19,25,5). Sum of RGB (Red+Green+Blue) = 19+25+5=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #131905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131905 is #ECE6FA. Grayscale: #151515. Windows color (decimal): -15525627 or 334099. OLE color: 334099.

HSL color Cylindrical-coordinate representation of color #131905: hue angle of 78º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131905 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB19255-
CMYK0.2400.800.90
HSL78º66.67%5.88%-
HSV(B)78º80%9.8%-
XYZ0.640.840.27-
YUV20.93119.01126.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=38.78%
G=51.02%
B=10.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192550.2400.800.907866.675.88
Hex13195180505A4e436
Octal233153001201321161036
Binary10011110011011100001010000101101010011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131905; }

 p { color: rgb(19,25,5); }

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

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

 a { background-color: rgb(19,25,5); }

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

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

 span { border-color: rgb(19,25,5); }

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