Shades of Gable Green #253E3C
Tints of Gable Green #253E3C
RGB
CMYK
RGB Variations
Color information
#253E3C (or 0x253E3C) is known color: Gable Green. HEX triplet: 25, 3E and 3C. RGB value is (37,62,60). Sum of RGB (Red+Green+Blue) = 37+62+60=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #253E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E3C is #DAC1C3. Grayscale: #363636. Windows color (decimal): -14336452 or 3948069. OLE color: 3948069.
HSL color Cylindrical-coordinate representation of color #253E3C: hue angle of 175.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E3C is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 62 | 60 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.76 |
| HSL | 175.2º | 0.25% | 0.19% | - |
| HSV(B) | 175.2º | 0.4% | 0.24% | - |
| XYZ | 3.3 | 4.16 | 4.9 | - |
| YUV | 54.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 60 | 0.40 | 0 | 0.03 | 0.76 | 175.2 | 0.25 | 0.19 |
| Hex | 25 | 3E | 3C | 28 | 0 | 3 | 4C | AF | 19 | 13 |
| Octal | 45 | 76 | 74 | 50 | 0 | 3 | 114 | 257 | 31 | 23 |
| Binary | 100101 | 111110 | 111100 | 101000 | 0 | 11 | 1001100 | 10101111 | 11001 | 10011 |
Color Harmonies of #253E3C
Complementary color
Monochromatic Colors of #253E3C
Black with #253E3C
Text Example
Text Example
White with #253E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E3C; }
p { color: rgb(37,62,60); }
H1.HeaderClassName
{
color: #253E3C;
}
.AnyTagClassName
{
color: #253E3C;
}
</style>
background-color css
<style>
a { background-color: #253E3C; }
a { background-color: rgb(37,62,60); }
div.DivClassName
{
background-color: #253E3C;
}
.BgClassName
{
background-color: #253E3C;
}
</style>
border-color css
<style>
span { border-color: #253E3C; }
span { border-color: rgb(37,62,60); }
td.TdClassName
{
border-color: #253E3C;
}
.TagClassName
{
border-color: #253E3C;
}
</style>