#1A3608

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

Shades of Pine Tree #1A3608

Tints of Pine Tree #1A3608

Color information

#1A3608 (or 0x1A3608) is unknown color: approx Pine Tree. HEX triplet: 1A, 36 and 08. RGB value is (26,54,8). Sum of RGB (Red+Green+Blue) = 26+54+8=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3608 is #E5C9F7. Grayscale: #282828. Windows color (decimal): -15059448 or 538138. OLE color: 538138.

HSL color Cylindrical-coordinate representation of color #1A3608: hue angle of 96.52º 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 #1A3608 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB26548-
CMYK0.5200.850.79
HSL96.52º74.19%12.16%-
HSV(B)96.52º85.19%21.18%-
XYZ1.792.880.69-
YUV40.38109.72117.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.55%
GREEN value IS 54 (21.48% from 255) = 61.36%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=29.55%
G=61.36%
B=9.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal265480.5200.850.7996.5274.1912.16
Hex1A368340554F614ac
Octal32661064012511714111214
Binary110101101101000110100010101011001111110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3608; }

 p { color: rgb(26,54,8); }

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

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

 a { background-color: rgb(26,54,8); }

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

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

 span { border-color: rgb(26,54,8); }

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