Shades of Timber Green #35493B
Tints of Timber Green #35493B
RGB
CMYK
RGB Variations
Color information
#35493B (or 0x35493B) is known color: Timber Green. HEX triplet: 35, 49 and 3B. RGB value is (53,73,59). Sum of RGB (Red+Green+Blue) = 53+73+59=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #35493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35493B is #CAB6C4. Grayscale: #414141. Windows color (decimal): -13285061 or 3885365. OLE color: 3885365.
HSL color Cylindrical-coordinate representation of color #35493B: hue angle of 138º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #35493B is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 59 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.71 |
| HSL | 138º | 0.16% | 0.25% | - |
| HSV(B) | 138º | 0.27% | 0.29% | - |
| XYZ | 4.64 | 5.84 | 5.02 | - |
| YUV | 65.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 59 | 0.27 | 0 | 0.19 | 0.71 | 138 | 0.16 | 0.25 |
| Hex | 35 | 49 | 3B | 1B | 0 | 13 | 47 | 8A | 10 | 19 |
| Octal | 65 | 111 | 73 | 33 | 0 | 23 | 107 | 212 | 20 | 31 |
| Binary | 110101 | 1001001 | 111011 | 11011 | 0 | 10011 | 1000111 | 10001010 | 10000 | 11001 |
Color Harmonies of #35493B
Complementary color
Monochromatic Colors of #35493B
Black with #35493B
Text Example
Text Example
White with #35493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35493B; }
p { color: rgb(53,73,59); }
H1.HeaderClassName
{
color: #35493B;
}
.AnyTagClassName
{
color: #35493B;
}
</style>
background-color css
<style>
a { background-color: #35493B; }
a { background-color: rgb(53,73,59); }
div.DivClassName
{
background-color: #35493B;
}
.BgClassName
{
background-color: #35493B;
}
</style>
border-color css
<style>
span { border-color: #35493B; }
span { border-color: rgb(53,73,59); }
td.TdClassName
{
border-color: #35493B;
}
.TagClassName
{
border-color: #35493B;
}
</style>