#26460A

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

Shades of Pine Tree #26460A

Tints of Pine Tree #26460A

Color information

#26460A (or 0x26460A) is unknown color: approx Pine Tree. HEX triplet: 26, 46 and 0A. RGB value is (38,70,10). Sum of RGB (Red+Green+Blue) = 38+70+10=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #26460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26460A is #D9B9F5. Grayscale: #353535. Windows color (decimal): -14268918 or 673318. OLE color: 673318.

HSL color Cylindrical-coordinate representation of color #26460A: hue angle of 92º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26460A is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB387010-
CMYK0.4600.860.73
HSL92º75%15.69%-
HSV(B)92º85.71%27.45%-
XYZ3.044.811.06-
YUV53.59103.4116.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 70 (27.73% from 255) = 59.32%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=32.20%
G=59.32%
B=8.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870100.4600.860.73927515.69
Hex2646A2E056495c4b10
Octal461061256012611113411320
Binary100110100011010101011100101011010010011011100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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