#263713

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

Shades of Pine Tree #263713

Tints of Pine Tree #263713

Color information

#263713 (or 0x263713) is unknown color: approx Pine Tree. HEX triplet: 26, 37 and 13. RGB value is (38,55,19). Sum of RGB (Red+Green+Blue) = 38+55+19=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #263713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263713 is #D9C8EC. Grayscale: #2D2D2D. Windows color (decimal): -14272749 or 1259302. OLE color: 1259302.

HSL color Cylindrical-coordinate representation of color #263713: hue angle of 88.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263713 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB385519-
CMYK0.3100.650.78
HSL88.33º48.65%14.51%-
HSV(B)88.33º65.45%21.57%-
XYZ2.283.191.11-
YUV45.81112.87122.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=33.93%
G=49.11%
B=16.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855190.3100.650.7888.3348.6514.51
Hex2637131F0414E5831f
Octal4667233701011161306117
Binary100110110111100111111101000001100111010110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263713; }

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

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

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

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

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

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

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

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