Shades of Green Vogue #25404B
Tints of Green Vogue #25404B
RGB
CMYK
RGB Variations
Color information
#25404B (or 0x25404B) is known color: Green Vogue. HEX triplet: 25, 40 and 4B. RGB value is (37,64,75). Sum of RGB (Red+Green+Blue) = 37+64+75=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #25404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25404B is #DABFB4. Grayscale: #393939. Windows color (decimal): -14335925 or 4931621. OLE color: 4931621.
HSL color Cylindrical-coordinate representation of color #25404B: hue angle of 197.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25404B is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 64 | 75 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.71 |
| HSL | 197.37º | 0.34% | 0.22% | - |
| HSV(B) | 197.37º | 0.51% | 0.29% | - |
| XYZ | 3.87 | 4.57 | 7.33 | - |
| YUV | 57.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 75 | 0.51 | 0.15 | 0 | 0.71 | 197.37 | 0.34 | 0.22 |
| Hex | 25 | 40 | 4B | 33 | F | 0 | 47 | C5 | 22 | 16 |
| Octal | 45 | 100 | 113 | 63 | 17 | 0 | 107 | 305 | 42 | 26 |
| Binary | 100101 | 1000000 | 1001011 | 110011 | 1111 | 0 | 1000111 | 11000101 | 100010 | 10110 |
Color Harmonies of #25404B
Complementary color
Monochromatic Colors of #25404B
Black with #25404B
Text Example
Text Example
White with #25404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25404B; }
p { color: rgb(37,64,75); }
H1.HeaderClassName
{
color: #25404B;
}
.AnyTagClassName
{
color: #25404B;
}
</style>
background-color css
<style>
a { background-color: #25404B; }
a { background-color: rgb(37,64,75); }
div.DivClassName
{
background-color: #25404B;
}
.BgClassName
{
background-color: #25404B;
}
</style>
border-color css
<style>
span { border-color: #25404B; }
span { border-color: rgb(37,64,75); }
td.TdClassName
{
border-color: #25404B;
}
.TagClassName
{
border-color: #25404B;
}
</style>