Shades of Gable Green #354742
Tints of Gable Green #354742
RGB
CMYK
RGB Variations
Color information
#354742 (or 0x354742) is known color: Gable Green. HEX triplet: 35, 47 and 42. RGB value is (53,71,66). Sum of RGB (Red+Green+Blue) = 53+71+66=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #354742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354742 is #CAB8BD. Grayscale: #414141. Windows color (decimal): -13285566 or 4343605. OLE color: 4343605.
HSL color Cylindrical-coordinate representation of color #354742: hue angle of 163.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354742 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 66 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.72 |
| HSL | 163.33º | 0.15% | 0.24% | - |
| HSV(B) | 163.33º | 0.25% | 0.28% | - |
| XYZ | 4.7 | 5.66 | 6 | - |
| YUV | 65.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 66 | 0.25 | 0 | 0.07 | 0.72 | 163.33 | 0.15 | 0.24 |
| Hex | 35 | 47 | 42 | 19 | 0 | 7 | 48 | A3 | F | 18 |
| Octal | 65 | 107 | 102 | 31 | 0 | 7 | 110 | 243 | 17 | 30 |
| Binary | 110101 | 1000111 | 1000010 | 11001 | 0 | 111 | 1001000 | 10100011 | 1111 | 11000 |
Color Harmonies of #354742
Complementary color
Monochromatic Colors of #354742
Black with #354742
Text Example
Text Example
White with #354742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354742; }
p { color: rgb(53,71,66); }
H1.HeaderClassName
{
color: #354742;
}
.AnyTagClassName
{
color: #354742;
}
</style>
background-color css
<style>
a { background-color: #354742; }
a { background-color: rgb(53,71,66); }
div.DivClassName
{
background-color: #354742;
}
.BgClassName
{
background-color: #354742;
}
</style>
border-color css
<style>
span { border-color: #354742; }
span { border-color: rgb(53,71,66); }
td.TdClassName
{
border-color: #354742;
}
.TagClassName
{
border-color: #354742;
}
</style>