#132205

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

Shades of Pine Tree #132205

Tints of Pine Tree #132205

Color information

#132205 (or 0x132205) is unknown color: approx Pine Tree. HEX triplet: 13, 22 and 05. RGB value is (19,34,5). Sum of RGB (Red+Green+Blue) = 19+34+5=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #132205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132205 is #ECDDFA. Grayscale: #1A1A1A. Windows color (decimal): -15523323 or 336403. OLE color: 336403.

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

Color convert

RGB19345-
CMYK0.4400.850.87
HSL91.03º74.36%7.65%-
HSV(B)91.03º85.29%13.33%-
XYZ0.871.290.35-
YUV26.21116.03122.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=32.76%
G=58.62%
B=8.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193450.4400.850.8791.0374.367.65
Hex132252C055575b4a8
Octal2342554012512713311210
Binary10011100010101101100010101011010111101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132205; }

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

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

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

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

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

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

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

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