#264109

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

Shades of Pine Tree #264109

Tints of Pine Tree #264109

Color information

#264109 (or 0x264109) is unknown color: approx Pine Tree. HEX triplet: 26, 41 and 09. RGB value is (38,65,9). Sum of RGB (Red+Green+Blue) = 38+65+9=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #264109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264109 is #D9BEF6. Grayscale: #323232. Windows color (decimal): -14270199 or 606502. OLE color: 606502.

HSL color Cylindrical-coordinate representation of color #264109: hue angle of 88.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #264109 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB38659-
CMYK0.4200.860.75
HSL88.93º75.68%14.51%-
HSV(B)88.93º86.15%25.49%-
XYZ2.744.210.93-
YUV50.54104.55119.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=33.93%
G=58.04%
B=8.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal386590.4200.860.7588.9375.6814.51
Hex264192A0564B594cf
Octal461011152012611313111417
Binary10011010000011001101010010101101001011101100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264109; }

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

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

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

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

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

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

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

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