#263813

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

Shades of Pine Tree #263813

Tints of Pine Tree #263813

Color information

#263813 (or 0x263813) is unknown color: approx Pine Tree. HEX triplet: 26, 38 and 13. RGB value is (38,56,19). Sum of RGB (Red+Green+Blue) = 38+56+19=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #263813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263813 is #D9C7EC. Grayscale: #2E2E2E. Windows color (decimal): -14272493 or 1259558. OLE color: 1259558.

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

Color convert

RGB385619-
CMYK0.3200.660.78
HSL89.19º49.33%14.71%-
HSV(B)89.19º66.07%21.96%-
XYZ2.333.291.13-
YUV46.4112.54122.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=33.63%
G=49.56%
B=16.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3856190.3200.660.7889.1949.3314.71
Hex263813200424E5931f
Octal4670234001021161316117
Binary1001101110001001110000001000010100111010110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263813; }

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

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

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

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

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

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

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

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