#263513

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

Shades of Pine Tree #263513

Tints of Pine Tree #263513

Color information

#263513 (or 0x263513) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 13. RGB value is (38,53,19). Sum of RGB (Red+Green+Blue) = 38+53+19=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #263513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263513 is #D9CAEC. Grayscale: #2C2C2C. Windows color (decimal): -14273261 or 1258790. OLE color: 1258790.

HSL color Cylindrical-coordinate representation of color #263513: hue angle of 86.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263513 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB385319-
CMYK0.2800.640.79
HSL86.47º47.22%14.12%-
HSV(B)86.47º64.15%20.78%-
XYZ2.193.011.08-
YUV44.64113.53123.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=34.55%
G=48.18%
B=17.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853190.2800.640.7986.4747.2214.12
Hex2635131C0404F562fe
Octal4665233401001171265716
Binary100110110101100111110001000000100111110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263513; }

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

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

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

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

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

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

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

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