#13260A

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

Shades of Pine Tree #13260A

Tints of Pine Tree #13260A

Color information

#13260A (or 0x13260A) is unknown color: approx Pine Tree. HEX triplet: 13, 26 and 0A. RGB value is (19,38,10). Sum of RGB (Red+Green+Blue) = 19+38+10=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #13260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13260A is #ECD9F5. Grayscale: #1D1D1D. Windows color (decimal): -15522294 or 665107. OLE color: 665107.

HSL color Cylindrical-coordinate representation of color #13260A: hue angle of 100.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13260A is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB193810-
CMYK0.5000.740.85
HSL100.71º58.33%9.41%-
HSV(B)100.71º73.68%14.9%-
XYZ1.021.550.53-
YUV29.13117.21120.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 38 (15.23% from 255) = 56.72%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=28.36%
G=56.72%
B=14.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938100.5000.740.85100.7158.339.41
Hex1326A3204A55653a9
Octal2346126201121251457211
Binary10011100110101011001001001010101010111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13260A; }

 p { color: rgb(19,38,10); }

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

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

 a { background-color: rgb(19,38,10); }

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

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

 span { border-color: rgb(19,38,10); }

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