#26412E

Color #26412E Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #26412E

Tints of Timber Green #26412E

Color information

#26412E (or 0x26412E) is unknown color: approx Timber Green. HEX triplet: 26, 41 and 2E. RGB value is (38,65,46). Sum of RGB (Red+Green+Blue) = 38+65+46=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #26412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26412E is #D9BED1. Grayscale: #363636. Windows color (decimal): -14270162 or 3031334. OLE color: 3031334.

HSL color Cylindrical-coordinate representation of color #26412E: hue angle of 137.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26412E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB386546-
CMYK0.4200.290.75
HSL137.78º26.21%20.2%-
HSV(B)137.78º41.54%25.49%-
XYZ3.184.393.26-
YUV54.76123.05116.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=25.50%
G=43.62%
B=30.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865460.4200.290.75137.7826.2120.2
Hex26412E2A01D4B8a1a14
Octal4610156520351132123224
Binary10011010000011011101010100111011001011100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26412E; }

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

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

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

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

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

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

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

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