#132005

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

Shades of Pine Tree #132005

Tints of Pine Tree #132005

Color information

#132005 (or 0x132005) is unknown color: approx Pine Tree. HEX triplet: 13, 20 and 05. RGB value is (19,32,5). Sum of RGB (Red+Green+Blue) = 19+32+5=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #132005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132005 is #ECDFFA. Grayscale: #191919. Windows color (decimal): -15523835 or 335891. OLE color: 335891.

HSL color Cylindrical-coordinate representation of color #132005: hue angle of 88.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132005 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB19325-
CMYK0.4100.840.87
HSL88.89º72.97%7.25%-
HSV(B)88.89º84.38%12.55%-
XYZ0.811.180.33-
YUV25.04116.69123.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=33.93%
G=57.14%
B=8.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193250.4100.840.8788.8972.977.25
Hex13205290545759497
Octal234055101241271311117
Binary1001110000010110100101010100101011110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132005; }

 p { color: rgb(19,32,5); }

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

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

 a { background-color: rgb(19,32,5); }

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

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

 span { border-color: rgb(19,32,5); }

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