#263416

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

Shades of Pine Tree #263416

Tints of Pine Tree #263416

Color information

#263416 (or 0x263416) is unknown color: approx Pine Tree. HEX triplet: 26, 34 and 16. RGB value is (38,52,22). Sum of RGB (Red+Green+Blue) = 38+52+22=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #263416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263416 is #D9CBE9. Grayscale: #2C2C2C. Windows color (decimal): -14273514 or 1455142. OLE color: 1455142.

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

Color convert

RGB385222-
CMYK0.2700.580.80
HSL88º40.54%14.51%-
HSV(B)88º57.69%20.39%-
XYZ2.172.931.21-
YUV44.39115.36123.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=33.93%
G=46.43%
B=19.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852220.2700.580.808840.5414.51
Hex2634161B03A505829f
Octal466426330721201305117
Binary10011011010010110110110111010101000010110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263416; }

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

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

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

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

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

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

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

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