#132806

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

Shades of Pine Tree #132806

Tints of Pine Tree #132806

Color information

#132806 (or 0x132806) is unknown color: approx Pine Tree. HEX triplet: 13, 28 and 06. RGB value is (19,40,6). Sum of RGB (Red+Green+Blue) = 19+40+6=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #132806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132806 is #ECD7F9. Grayscale: #1D1D1D. Windows color (decimal): -15521786 or 403475. OLE color: 403475.

HSL color Cylindrical-coordinate representation of color #132806: hue angle of 97.06º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132806 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB19406-
CMYK0.5200.850.84
HSL97.06º73.91%9.02%-
HSV(B)97.06º85%15.69%-
XYZ1.061.670.44-
YUV29.84114.54120.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=29.23%
G=61.54%
B=9.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194060.5200.850.8497.0673.919.02
Hex132863405554614a9
Octal2350664012512414111211
Binary10011101000110110100010101011010100110000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132806; }

 p { color: rgb(19,40,6); }

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

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

 a { background-color: rgb(19,40,6); }

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

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

 span { border-color: rgb(19,40,6); }

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