#132105

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

Shades of Pine Tree #132105

Tints of Pine Tree #132105

Color information

#132105 (or 0x132105) is unknown color: approx Pine Tree. HEX triplet: 13, 21 and 05. RGB value is (19,33,5). Sum of RGB (Red+Green+Blue) = 19+33+5=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #132105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132105 is #ECDEFA. Grayscale: #191919. Windows color (decimal): -15523579 or 336147. OLE color: 336147.

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

Color convert

RGB19335-
CMYK0.4200.850.87
HSL90º73.68%7.45%-
HSV(B)90º84.85%12.94%-
XYZ0.841.240.34-
YUV25.62116.36123.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=33.33%
G=57.89%
B=8.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193350.4200.850.879073.687.45
Hex132152A055575a4a7
Octal234155201251271321127
Binary1001110000110110101001010101101011110110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132105; }

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

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

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

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

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

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

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

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