#263514

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

Shades of Pine Tree #263514

Tints of Pine Tree #263514

Color information

#263514 (or 0x263514) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 14. RGB value is (38,53,20). Sum of RGB (Red+Green+Blue) = 38+53+20=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #263514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263514 is #D9CAEB. Grayscale: #2C2C2C. Windows color (decimal): -14273260 or 1324326. OLE color: 1324326.

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

Color convert

RGB385320-
CMYK0.2800.620.79
HSL87.27º45.21%14.31%-
HSV(B)87.27º62.26%20.78%-
XYZ2.23.011.13-
YUV44.75114.03123.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=34.23%
G=47.75%
B=18.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853200.2800.620.7987.2745.2114.31
Hex2635141C03E4F572de
Octal466524340761171275516
Binary10011011010110100111000111110100111110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263514; }

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

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

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

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

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

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

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

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