#131807

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

Shades of Pine Tree #131807

Tints of Pine Tree #131807

Color information

#131807 (or 0x131807) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 07. RGB value is (19,24,7). Sum of RGB (Red+Green+Blue) = 19+24+7=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #131807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131807 is #ECE7F8. Grayscale: #141414. Windows color (decimal): -15525881 or 464915. OLE color: 464915.

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

Color convert

RGB19247-
CMYK0.2100.710.91
HSL77.65º54.84%6.08%-
HSV(B)77.65º70.83%9.41%-
XYZ0.630.810.32-
YUV20.57120.34126.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 7 (3.12% from 255) = 14%
R=38%
G=48%
B=14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192470.2100.710.9177.6554.846.08
Hex13187150475B4e376
Octal23307250107133116676
Binary1001111000111101010100011110110111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131807; }

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

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

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

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

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

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

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

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