Shades of Green Vogue #254049
Tints of Green Vogue #254049
RGB
CMYK
RGB Variations
Color information
#254049 (or 0x254049) is known color: Green Vogue. HEX triplet: 25, 40 and 49. RGB value is (37,64,73). Sum of RGB (Red+Green+Blue) = 37+64+73=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #254049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254049 is #DABFB6. Grayscale: #383838. Windows color (decimal): -14335927 or 4800549. OLE color: 4800549.
HSL color Cylindrical-coordinate representation of color #254049: hue angle of 195º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254049 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 64 | 73 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.71 |
| HSL | 195º | 0.33% | 0.22% | - |
| HSV(B) | 195º | 0.49% | 0.29% | - |
| XYZ | 3.8 | 4.54 | 6.98 | - |
| YUV | 56.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 73 | 0.49 | 0.12 | 0 | 0.71 | 195 | 0.33 | 0.22 |
| Hex | 25 | 40 | 49 | 31 | C | 0 | 47 | C3 | 21 | 16 |
| Octal | 45 | 100 | 111 | 61 | 14 | 0 | 107 | 303 | 41 | 26 |
| Binary | 100101 | 1000000 | 1001001 | 110001 | 1100 | 0 | 1000111 | 11000011 | 100001 | 10110 |
Color Harmonies of #254049
Complementary color
Monochromatic Colors of #254049
Black with #254049
Text Example
Text Example
White with #254049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254049; }
p { color: rgb(37,64,73); }
H1.HeaderClassName
{
color: #254049;
}
.AnyTagClassName
{
color: #254049;
}
</style>
background-color css
<style>
a { background-color: #254049; }
a { background-color: rgb(37,64,73); }
div.DivClassName
{
background-color: #254049;
}
.BgClassName
{
background-color: #254049;
}
</style>
border-color css
<style>
span { border-color: #254049; }
span { border-color: rgb(37,64,73); }
td.TdClassName
{
border-color: #254049;
}
.TagClassName
{
border-color: #254049;
}
</style>