#263516

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

Shades of Pine Tree #263516

Tints of Pine Tree #263516

Color information

#263516 (or 0x263516) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 16. RGB value is (38,53,22). Sum of RGB (Red+Green+Blue) = 38+53+22=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #263516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263516 is #D9CAE9. Grayscale: #2D2D2D. Windows color (decimal): -14273258 or 1455398. OLE color: 1455398.

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

Color convert

RGB385322-
CMYK0.2800.580.79
HSL89.03º41.33%14.71%-
HSV(B)89.03º58.49%20.78%-
XYZ2.223.021.22-
YUV44.98115.03123.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=33.63%
G=46.90%
B=19.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853220.2800.580.7989.0341.3314.71
Hex2635161C03A4F5929f
Octal466526340721171315117
Binary10011011010110110111000111010100111110110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263516; }

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

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

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

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

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

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

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

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