#131808

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

Shades of Pine Tree #131808

Tints of Pine Tree #131808

Color information

#131808 (or 0x131808) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 08. RGB value is (19,24,8). Sum of RGB (Red+Green+Blue) = 19+24+8=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #131808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131808 is #ECE7F7. Grayscale: #141414. Windows color (decimal): -15525880 or 530451. OLE color: 530451.

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

Color convert

RGB19248-
CMYK0.2100.670.91
HSL78.75º50%6.27%-
HSV(B)78.75º66.67%9.41%-
XYZ0.640.810.35-
YUV20.68120.84126.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=37.25%
G=47.06%
B=15.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192480.2100.670.9178.75506.27
Hex13188150435B4f326
Octal233010250103133117626
Binary10011110001000101010100001110110111001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131808; }

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

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

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

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

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

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

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

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