Shades of Gable Green #23463F
Tints of Gable Green #23463F
RGB
CMYK
RGB Variations
Color information
#23463F (or 0x23463F) is known color: Gable Green. HEX triplet: 23, 46 and 3F. RGB value is (35,70,63). Sum of RGB (Red+Green+Blue) = 35+70+63=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #23463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23463F is #DCB9C0. Grayscale: #3A3A3A. Windows color (decimal): -14465473 or 4146723. OLE color: 4146723.
HSL color Cylindrical-coordinate representation of color #23463F: hue angle of 168º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #23463F is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 70 | 63 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.73 |
| HSL | 168º | 0.33% | 0.21% | - |
| HSV(B) | 168º | 0.5% | 0.27% | - |
| XYZ | 3.78 | 5.1 | 5.49 | - |
| YUV | 58.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 63 | 0.5 | 0 | 0.10 | 0.73 | 168 | 0.33 | 0.21 |
| Hex | 23 | 46 | 3F | 32 | 0 | A | 49 | A8 | 21 | 15 |
| Octal | 43 | 106 | 77 | 62 | 0 | 12 | 111 | 250 | 41 | 25 |
| Binary | 100011 | 1000110 | 111111 | 110010 | 0 | 1010 | 1001001 | 10101000 | 100001 | 10101 |
Color Harmonies of #23463F
Complementary color
Monochromatic Colors of #23463F
Black with #23463F
Text Example
Text Example
White with #23463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23463F; }
p { color: rgb(35,70,63); }
H1.HeaderClassName
{
color: #23463F;
}
.AnyTagClassName
{
color: #23463F;
}
</style>
background-color css
<style>
a { background-color: #23463F; }
a { background-color: rgb(35,70,63); }
div.DivClassName
{
background-color: #23463F;
}
.BgClassName
{
background-color: #23463F;
}
</style>
border-color css
<style>
span { border-color: #23463F; }
span { border-color: rgb(35,70,63); }
td.TdClassName
{
border-color: #23463F;
}
.TagClassName
{
border-color: #23463F;
}
</style>