Shades of Timber Green #35453A
Tints of Timber Green #35453A
RGB
CMYK
RGB Variations
Color information
#35453A (or 0x35453A) is known color: Timber Green. HEX triplet: 35, 45 and 3A. RGB value is (53,69,58). Sum of RGB (Red+Green+Blue) = 53+69+58=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 69 - color contains mainly: green. Hex color #35453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35453A is #CABAC5. Grayscale: #3E3E3E. Windows color (decimal): -13286086 or 3818805. OLE color: 3818805.
HSL color Cylindrical-coordinate representation of color #35453A: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35453A is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 58 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.73 |
| HSL | 138.75º | 0.13% | 0.24% | - |
| HSV(B) | 138.75º | 0.23% | 0.27% | - |
| XYZ | 4.36 | 5.32 | 4.8 | - |
| YUV | 62.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 58 | 0.23 | 0 | 0.16 | 0.73 | 138.75 | 0.13 | 0.24 |
| Hex | 35 | 45 | 3A | 17 | 0 | 10 | 49 | 8B | D | 18 |
| Octal | 65 | 105 | 72 | 27 | 0 | 20 | 111 | 213 | 15 | 30 |
| Binary | 110101 | 1000101 | 111010 | 10111 | 0 | 10000 | 1001001 | 10001011 | 1101 | 11000 |
Color Harmonies of #35453A
Complementary color
Monochromatic Colors of #35453A
Black with #35453A
Text Example
Text Example
White with #35453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35453A; }
p { color: rgb(53,69,58); }
H1.HeaderClassName
{
color: #35453A;
}
.AnyTagClassName
{
color: #35453A;
}
</style>
background-color css
<style>
a { background-color: #35453A; }
a { background-color: rgb(53,69,58); }
div.DivClassName
{
background-color: #35453A;
}
.BgClassName
{
background-color: #35453A;
}
</style>
border-color css
<style>
span { border-color: #35453A; }
span { border-color: rgb(53,69,58); }
td.TdClassName
{
border-color: #35453A;
}
.TagClassName
{
border-color: #35453A;
}
</style>