Shades of Gable Green #25423E
Tints of Gable Green #25423E
RGB
CMYK
RGB Variations
Color information
#25423E (or 0x25423E) is known color: Gable Green. HEX triplet: 25, 42 and 3E. RGB value is (37,66,62). Sum of RGB (Red+Green+Blue) = 37+66+62=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #25423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25423E is #DABDC1. Grayscale: #383838. Windows color (decimal): -14335426 or 4080165. OLE color: 4080165.
HSL color Cylindrical-coordinate representation of color #25423E: hue angle of 171.72º 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 #25423E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 62 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.74 |
| HSL | 171.72º | 0.28% | 0.2% | - |
| HSV(B) | 171.72º | 0.44% | 0.26% | - |
| XYZ | 3.58 | 4.64 | 5.26 | - |
| YUV | 56.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 62 | 0.44 | 0 | 0.06 | 0.74 | 171.72 | 0.28 | 0.2 |
| Hex | 25 | 42 | 3E | 2C | 0 | 6 | 4A | AC | 1C | 14 |
| Octal | 45 | 102 | 76 | 54 | 0 | 6 | 112 | 254 | 34 | 24 |
| Binary | 100101 | 1000010 | 111110 | 101100 | 0 | 110 | 1001010 | 10101100 | 11100 | 10100 |
Color Harmonies of #25423E
Complementary color
Monochromatic Colors of #25423E
Black with #25423E
Text Example
Text Example
White with #25423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25423E; }
p { color: rgb(37,66,62); }
H1.HeaderClassName
{
color: #25423E;
}
.AnyTagClassName
{
color: #25423E;
}
</style>
background-color css
<style>
a { background-color: #25423E; }
a { background-color: rgb(37,66,62); }
div.DivClassName
{
background-color: #25423E;
}
.BgClassName
{
background-color: #25423E;
}
</style>
border-color css
<style>
span { border-color: #25423E; }
span { border-color: rgb(37,66,62); }
td.TdClassName
{
border-color: #25423E;
}
.TagClassName
{
border-color: #25423E;
}
</style>