#131809

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

Shades of Pine Tree #131809

Tints of Pine Tree #131809

Color information

#131809 (or 0x131809) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 09. RGB value is (19,24,9). Sum of RGB (Red+Green+Blue) = 19+24+9=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #131809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131809 is #ECE7F6. Grayscale: #141414. Windows color (decimal): -15525879 or 595987. OLE color: 595987.

HSL color Cylindrical-coordinate representation of color #131809: hue angle of 80º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131809 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB19249-
CMYK0.2100.630.91
HSL80º45.45%6.47%-
HSV(B)80º62.5%9.41%-
XYZ0.640.810.38-
YUV20.8121.34126.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 24 (9.77% from 255) = 46.15%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=36.54%
G=46.15%
B=17.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192490.2100.630.918045.456.47
Hex131891503F5B502d6
Octal23301125077133120556
Binary1001111000100110101011111110110111010000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131809; }

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

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

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

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

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

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

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

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