Shades of Gable Green #23524A
Tints of Gable Green #23524A
RGB
CMYK
RGB Variations
Color information
#23524A (or 0x23524A) is known color: Gable Green. HEX triplet: 23, 52 and 4A. RGB value is (35,82,74). Sum of RGB (Red+Green+Blue) = 35+82+74=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #23524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23524A is #DCADB5. Grayscale: #434343. Windows color (decimal): -14462390 or 4870691. OLE color: 4870691.
HSL color Cylindrical-coordinate representation of color #23524A: hue angle of 169.79º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23524A is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 74 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.68 |
| HSL | 169.79º | 0.4% | 0.23% | - |
| HSV(B) | 169.79º | 0.57% | 0.32% | - |
| XYZ | 4.95 | 6.89 | 7.55 | - |
| YUV | 67.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 74 | 0.57 | 0 | 0.10 | 0.68 | 169.79 | 0.4 | 0.23 |
| Hex | 23 | 52 | 4A | 39 | 0 | A | 44 | AA | 28 | 17 |
| Octal | 43 | 122 | 112 | 71 | 0 | 12 | 104 | 252 | 50 | 27 |
| Binary | 100011 | 1010010 | 1001010 | 111001 | 0 | 1010 | 1000100 | 10101010 | 101000 | 10111 |
Color Harmonies of #23524A
Complementary color
Monochromatic Colors of #23524A
Black with #23524A
Text Example
Text Example
White with #23524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23524A; }
p { color: rgb(35,82,74); }
H1.HeaderClassName
{
color: #23524A;
}
.AnyTagClassName
{
color: #23524A;
}
</style>
background-color css
<style>
a { background-color: #23524A; }
a { background-color: rgb(35,82,74); }
div.DivClassName
{
background-color: #23524A;
}
.BgClassName
{
background-color: #23524A;
}
</style>
border-color css
<style>
span { border-color: #23524A; }
span { border-color: rgb(35,82,74); }
td.TdClassName
{
border-color: #23524A;
}
.TagClassName
{
border-color: #23524A;
}
</style>