Shades of Gable Green #353D3B
Tints of Gable Green #353D3B
RGB
CMYK
RGB Variations
Color information
#353D3B (or 0x353D3B) is known color: Gable Green. HEX triplet: 35, 3D and 3B. RGB value is (53,61,59). Sum of RGB (Red+Green+Blue) = 53+61+59=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 61 - color contains mainly: green. Hex color #353D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D3B is #CAC2C4. Grayscale: #3A3A3A. Windows color (decimal): -13288133 or 3882293. OLE color: 3882293.
HSL color Cylindrical-coordinate representation of color #353D3B: hue angle of 165º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353D3B is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 59 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.76 |
| HSL | 165º | 0.07% | 0.22% | - |
| HSV(B) | 165º | 0.13% | 0.24% | - |
| XYZ | 3.93 | 4.41 | 4.78 | - |
| YUV | 58.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 59 | 0.13 | 0 | 0.03 | 0.76 | 165 | 0.07 | 0.22 |
| Hex | 35 | 3D | 3B | D | 0 | 3 | 4C | A5 | 7 | 16 |
| Octal | 65 | 75 | 73 | 15 | 0 | 3 | 114 | 245 | 7 | 26 |
| Binary | 110101 | 111101 | 111011 | 1101 | 0 | 11 | 1001100 | 10100101 | 111 | 10110 |
Color Harmonies of #353D3B
Complementary color
Monochromatic Colors of #353D3B
Black with #353D3B
Text Example
Text Example
White with #353D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D3B; }
p { color: rgb(53,61,59); }
H1.HeaderClassName
{
color: #353D3B;
}
.AnyTagClassName
{
color: #353D3B;
}
</style>
background-color css
<style>
a { background-color: #353D3B; }
a { background-color: rgb(53,61,59); }
div.DivClassName
{
background-color: #353D3B;
}
.BgClassName
{
background-color: #353D3B;
}
</style>
border-color css
<style>
span { border-color: #353D3B; }
span { border-color: rgb(53,61,59); }
td.TdClassName
{
border-color: #353D3B;
}
.TagClassName
{
border-color: #353D3B;
}
</style>