#26492C

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

Shades of Timber Green #26492C

Tints of Timber Green #26492C

Color information

#26492C (or 0x26492C) is unknown color: approx Timber Green. HEX triplet: 26, 49 and 2C. RGB value is (38,73,44). Sum of RGB (Red+Green+Blue) = 38+73+44=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #26492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26492C is #D9B6D3. Grayscale: #3B3B3B. Windows color (decimal): -14268116 or 2902310. OLE color: 2902310.

HSL color Cylindrical-coordinate representation of color #26492C: hue angle of 130.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26492C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB387344-
CMYK0.4800.400.71
HSL130.29º31.53%21.76%-
HSV(B)130.29º47.95%28.63%-
XYZ3.645.363.23-
YUV59.23119.4112.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=24.52%
G=47.10%
B=28.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873440.4800.400.71130.2931.5321.76
Hex26492C3002847822016
Octal4611154600501072024026
Binary1001101001001101100110000010100010001111000001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26492C; }

 p { color: rgb(38,73,44); }

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

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

 a { background-color: rgb(38,73,44); }

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

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

 span { border-color: rgb(38,73,44); }

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