#132704

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

Shades of Pine Tree #132704

Tints of Pine Tree #132704

Color information

#132704 (or 0x132704) is unknown color: approx Pine Tree. HEX triplet: 13, 27 and 04. RGB value is (19,39,4). Sum of RGB (Red+Green+Blue) = 19+39+4=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #132704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132704 is #ECD8FB. Grayscale: #1D1D1D. Windows color (decimal): -15522044 or 272147. OLE color: 272147.

HSL color Cylindrical-coordinate representation of color #132704: hue angle of 94.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132704 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB19394-
CMYK0.5100.900.85
HSL94.29º81.4%8.43%-
HSV(B)94.29º89.74%15.29%-
XYZ1.021.60.37-
YUV29.03113.87120.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=30.65%
G=62.90%
B=6.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193940.5100.900.8594.2981.48.43
Hex132743305A555e518
Octal2347463013212513612110
Binary10011100111100110011010110101010101101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132704; }

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

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

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

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

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

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

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

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