Shades of Gable Green #234C46
Tints of Gable Green #234C46
RGB
CMYK
RGB Variations
Color information
#234C46 (or 0x234C46) is known color: Gable Green. HEX triplet: 23, 4C and 46. RGB value is (35,76,70). Sum of RGB (Red+Green+Blue) = 35+76+70=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #234C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C46 is #DCB3B9. Grayscale: #3F3F3F. Windows color (decimal): -14463930 or 4607011. OLE color: 4607011.
HSL color Cylindrical-coordinate representation of color #234C46: hue angle of 171.22º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C46 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 70 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.70 |
| HSL | 171.22º | 0.37% | 0.22% | - |
| HSV(B) | 171.22º | 0.54% | 0.3% | - |
| XYZ | 4.38 | 5.97 | 6.72 | - |
| YUV | 63.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 70 | 0.54 | 0 | 0.08 | 0.70 | 171.22 | 0.37 | 0.22 |
| Hex | 23 | 4C | 46 | 36 | 0 | 8 | 46 | AB | 25 | 16 |
| Octal | 43 | 114 | 106 | 66 | 0 | 10 | 106 | 253 | 45 | 26 |
| Binary | 100011 | 1001100 | 1000110 | 110110 | 0 | 1000 | 1000110 | 10101011 | 100101 | 10110 |
Color Harmonies of #234C46
Complementary color
Monochromatic Colors of #234C46
Black with #234C46
Text Example
Text Example
White with #234C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C46; }
p { color: rgb(35,76,70); }
H1.HeaderClassName
{
color: #234C46;
}
.AnyTagClassName
{
color: #234C46;
}
</style>
background-color css
<style>
a { background-color: #234C46; }
a { background-color: rgb(35,76,70); }
div.DivClassName
{
background-color: #234C46;
}
.BgClassName
{
background-color: #234C46;
}
</style>
border-color css
<style>
span { border-color: #234C46; }
span { border-color: rgb(35,76,70); }
td.TdClassName
{
border-color: #234C46;
}
.TagClassName
{
border-color: #234C46;
}
</style>