#132500

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

Shades of Pine Tree #132500

Tints of Pine Tree #132500

Color information

#132500 (or 0x132500) is unknown color: approx Pine Tree. HEX triplet: 13, 25 and 00. RGB value is (19,37,0). Sum of RGB (Red+Green+Blue) = 19+37+0=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #132500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132500 is #ECDAFF. Grayscale: #1B1B1B. Windows color (decimal): -15522560 or 9491. OLE color: 9491.

HSL color Cylindrical-coordinate representation of color #132500: hue angle of 89.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB19370-
CMYK0.49010.85
HSL89.19º100%7.25%-
HSV(B)89.19º100%14.51%-
XYZ0.931.460.23-
YUV27.4112.54122.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.93%
G=66.07%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193700.49010.8589.191007.25
Hex13250310645559647
Octal234506101441251311447
Binary10011100101011000101100100101010110110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132500; }

 p { color: rgb(19,37,0); }

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

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

 a { background-color: rgb(19,37,0); }

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

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

 span { border-color: rgb(19,37,0); }

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