#13220B

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

Shades of Pine Tree #13220B

Tints of Pine Tree #13220B

Color information

#13220B (or 0x13220B) is unknown color: approx Pine Tree. HEX triplet: 13, 22 and 0B. RGB value is (19,34,11). Sum of RGB (Red+Green+Blue) = 19+34+11=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #13220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220B is #ECDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15523317 or 729619. OLE color: 729619.

HSL color Cylindrical-coordinate representation of color #13220B: hue angle of 99.13º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13220B is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB193411-
CMYK0.4400.680.87
HSL99.13º51.11%8.82%-
HSV(B)99.13º67.65%13.33%-
XYZ0.91.310.52-
YUV26.89119.03122.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 34 (13.67% from 255) = 53.12%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=29.69%
G=53.12%
B=17.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1934110.4400.680.8799.1351.118.82
Hex1322B2C0445763339
Octal2342135401041271436311
Binary10011100010101110110001000100101011111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13220B; }

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

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

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

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

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

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

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

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