#132401

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

Shades of Pine Tree #132401

Tints of Pine Tree #132401

Color information

#132401 (or 0x132401) is unknown color: approx Pine Tree. HEX triplet: 13, 24 and 01. RGB value is (19,36,1). Sum of RGB (Red+Green+Blue) = 19+36+1=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #132401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132401 is #ECDBFE. Grayscale: #1B1B1B. Windows color (decimal): -15522815 or 74771. OLE color: 74771.

HSL color Cylindrical-coordinate representation of color #132401: hue angle of 89.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132401 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB19361-
CMYK0.4700.970.86
HSL89.14º94.59%7.25%-
HSV(B)89.14º97.22%14.12%-
XYZ0.91.40.25-
YUV26.93113.37122.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=33.93%
G=64.29%
B=1.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193610.4700.970.8689.1494.597.25
Hex132412F06156595f7
Octal234415701411261311377
Binary10011100100110111101100001101011010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132401; }

 p { color: rgb(19,36,1); }

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

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

 a { background-color: rgb(19,36,1); }

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

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

 span { border-color: rgb(19,36,1); }

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