Shades of Gable Green #25423B
Tints of Gable Green #25423B
RGB
CMYK
RGB Variations
Color information
#25423B (or 0x25423B) is known color: Gable Green. HEX triplet: 25, 42 and 3B. RGB value is (37,66,59). Sum of RGB (Red+Green+Blue) = 37+66+59=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #25423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25423B is #DABDC4. Grayscale: #383838. Windows color (decimal): -14335429 or 3883557. OLE color: 3883557.
HSL color Cylindrical-coordinate representation of color #25423B: hue angle of 165.52º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25423B is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 59 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.74 |
| HSL | 165.52º | 0.28% | 0.2% | - |
| HSV(B) | 165.52º | 0.44% | 0.26% | - |
| XYZ | 3.5 | 4.61 | 4.84 | - |
| YUV | 56.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 59 | 0.44 | 0 | 0.11 | 0.74 | 165.52 | 0.28 | 0.2 |
| Hex | 25 | 42 | 3B | 2C | 0 | B | 4A | A6 | 1C | 14 |
| Octal | 45 | 102 | 73 | 54 | 0 | 13 | 112 | 246 | 34 | 24 |
| Binary | 100101 | 1000010 | 111011 | 101100 | 0 | 1011 | 1001010 | 10100110 | 11100 | 10100 |
Color Harmonies of #25423B
Complementary color
Monochromatic Colors of #25423B
Black with #25423B
Text Example
Text Example
White with #25423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25423B; }
p { color: rgb(37,66,59); }
H1.HeaderClassName
{
color: #25423B;
}
.AnyTagClassName
{
color: #25423B;
}
</style>
background-color css
<style>
a { background-color: #25423B; }
a { background-color: rgb(37,66,59); }
div.DivClassName
{
background-color: #25423B;
}
.BgClassName
{
background-color: #25423B;
}
</style>
border-color css
<style>
span { border-color: #25423B; }
span { border-color: rgb(37,66,59); }
td.TdClassName
{
border-color: #25423B;
}
.TagClassName
{
border-color: #25423B;
}
</style>