#132601

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

Shades of Pine Tree #132601

Tints of Pine Tree #132601

Color information

#132601 (or 0x132601) is unknown color: approx Pine Tree. HEX triplet: 13, 26 and 01. RGB value is (19,38,1). Sum of RGB (Red+Green+Blue) = 19+38+1=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #132601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132601 is #ECD9FE. Grayscale: #1C1C1C. Windows color (decimal): -15522303 or 75283. OLE color: 75283.

HSL color Cylindrical-coordinate representation of color #132601: hue angle of 90.81º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132601 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB19381-
CMYK0.5000.970.85
HSL90.81º94.87%7.65%-
HSV(B)90.81º97.37%14.9%-
XYZ0.971.530.27-
YUV28.1112.71121.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 38 (15.23% from 255) = 65.52%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=32.76%
G=65.52%
B=1.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193810.5000.970.8590.8194.877.65
Hex1326132061555b5f8
Octal2346162014112513313710
Binary100111001101110010011000011010101101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132601; }

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

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

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

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

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

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

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

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