#263518

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

Shades of Pine Tree #263518

Tints of Pine Tree #263518

Color information

#263518 (or 0x263518) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 18. RGB value is (38,53,24). Sum of RGB (Red+Green+Blue) = 38+53+24=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #263518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263518 is #D9CAE7. Grayscale: #2D2D2D. Windows color (decimal): -14273256 or 1586470. OLE color: 1586470.

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

Color convert

RGB385324-
CMYK0.2800.550.79
HSL91.03º37.66%15.1%-
HSV(B)91.03º54.72%20.78%-
XYZ2.243.021.33-
YUV45.21116.03122.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=33.04%
G=46.09%
B=20.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853240.2800.550.7991.0337.6615.1
Hex2635181C0374F5b26f
Octal466530340671171334617
Binary10011011010111000111000110111100111110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263518; }

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

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

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

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

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

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

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

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