#263508

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

Shades of Pine Tree #263508

Tints of Pine Tree #263508

Color information

#263508 (or 0x263508) is unknown color: approx Pine Tree. HEX triplet: 26, 35 and 08. RGB value is (38,53,8). Sum of RGB (Red+Green+Blue) = 38+53+8=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #263508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263508 is #D9CAF7. Grayscale: #2B2B2B. Windows color (decimal): -14273272 or 537894. OLE color: 537894.

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

Color convert

RGB38538-
CMYK0.2800.850.79
HSL80º73.77%11.96%-
HSV(B)80º84.91%20.78%-
XYZ2.122.980.69-
YUV43.38108.03124.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=38.38%
G=53.54%
B=8.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal385380.2800.850.798073.7711.96
Hex263581C0554F504ac
Octal46651034012511712011214
Binary100110110101100011100010101011001111101000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263508; }

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

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

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

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

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

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

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

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