#263409

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

Shades of Pine Tree #263409

Tints of Pine Tree #263409

Color information

#263409 (or 0x263409) is unknown color: approx Pine Tree. HEX triplet: 26, 34 and 09. RGB value is (38,52,9). Sum of RGB (Red+Green+Blue) = 38+52+9=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #263409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263409 is #D9CBF6. Grayscale: #2B2B2B. Windows color (decimal): -14273527 or 603174. OLE color: 603174.

HSL color Cylindrical-coordinate representation of color #263409: hue angle of 79.53º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263409 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB38529-
CMYK0.2700.830.80
HSL79.53º70.49%11.96%-
HSV(B)79.53º82.69%20.39%-
XYZ2.082.890.71-
YUV42.91108.86124.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=38.38%
G=52.53%
B=9.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal385290.2700.830.8079.5370.4911.96
Hex263491B053505046c
Octal46641133012312012010614
Binary100110110100100111011010100111010000101000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263409; }

 p { color: rgb(38,52,9); }

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

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

 a { background-color: rgb(38,52,9); }

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

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

 span { border-color: rgb(38,52,9); }

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