#132904

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

Shades of Pine Tree #132904

Tints of Pine Tree #132904

Color information

#132904 (or 0x132904) is unknown color: approx Pine Tree. HEX triplet: 13, 29 and 04. RGB value is (19,41,4). Sum of RGB (Red+Green+Blue) = 19+41+4=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #132904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132904 is #ECD6FB. Grayscale: #1E1E1E. Windows color (decimal): -15521532 or 272659. OLE color: 272659.

HSL color Cylindrical-coordinate representation of color #132904: hue angle of 95.68º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132904 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB19414-
CMYK0.5400.900.84
HSL95.68º82.22%8.82%-
HSV(B)95.68º90.24%16.08%-
XYZ1.081.730.39-
YUV30.2113.21120.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 41 (16.41% from 255) = 64.06%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=29.69%
G=64.06%
B=6.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194140.5400.900.8495.6882.228.82
Hex132943605A5460529
Octal2351466013212414012211
Binary10011101001100110110010110101010100110000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132904; }

 p { color: rgb(19,41,4); }

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

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

 a { background-color: rgb(19,41,4); }

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

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

 span { border-color: rgb(19,41,4); }

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