#26350E

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

Shades of Pine Tree #26350E

Tints of Pine Tree #26350E

Color information

#26350E (or 0x26350E) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 0E. RGB value is (38,53,14). Sum of RGB (Red+Green+Blue) = 38+53+14=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #26350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26350E is #D9CAF1. Grayscale: #2C2C2C. Windows color (decimal): -14273266 or 931110. OLE color: 931110.

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

Color convert

RGB385314-
CMYK0.2800.740.79
HSL83.08º58.21%13.14%-
HSV(B)83.08º73.58%20.78%-
XYZ2.152.990.88-
YUV44.07111.03123.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=36.19%
G=50.48%
B=13.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853140.2800.740.7983.0858.2113.14
Hex2635E1C04A4F533ad
Octal4665163401121171237215
Binary10011011010111101110001001010100111110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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