#263419

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

Shades of Pine Tree #263419

Tints of Pine Tree #263419

Color information

#263419 (or 0x263419) is unknown color: approx Pine Tree. HEX triplet: 26, 34 and 19. RGB value is (38,52,25). Sum of RGB (Red+Green+Blue) = 38+52+25=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #263419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263419 is #D9CBE6. Grayscale: #2C2C2C. Windows color (decimal): -14273511 or 1651750. OLE color: 1651750.

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

Color convert

RGB385225-
CMYK0.2700.520.80
HSL91.11º35.06%15.1%-
HSV(B)91.11º51.92%20.39%-
XYZ2.22.941.37-
YUV44.74116.86123.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=33.04%
G=45.22%
B=21.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852250.2700.520.8091.1135.0615.1
Hex2634191B034505b23f
Octal466431330641201334317
Binary10011011010011001110110110100101000010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263419; }

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

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

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

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

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

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

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

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