#26350D

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

Shades of Pine Tree #26350D

Tints of Pine Tree #26350D

Color information

#26350D (or 0x26350D) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 0D. RGB value is (38,53,13). Sum of RGB (Red+Green+Blue) = 38+53+13=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #26350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26350D is #D9CAF2. Grayscale: #2C2C2C. Windows color (decimal): -14273267 or 865574. OLE color: 865574.

HSL color Cylindrical-coordinate representation of color #26350D: hue angle of 82.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26350D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB385313-
CMYK0.2800.750.79
HSL82.5º60.61%12.94%-
HSV(B)82.5º75.47%20.78%-
XYZ2.152.990.84-
YUV43.96110.53123.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 53 (21.09% from 255) = 50.96%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=36.54%
G=50.96%
B=12.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853130.2800.750.7982.560.6112.94
Hex2635D1C04B4F523dd
Octal4665153401131171227515
Binary10011011010111011110001001011100111110100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26350D; }

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

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

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

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

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

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

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

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