Shades of Green Vogue #25414A
Tints of Green Vogue #25414A
RGB
CMYK
RGB Variations
Color information
#25414A (or 0x25414A) is known color: Green Vogue. HEX triplet: 25, 41 and 4A. RGB value is (37,65,74). Sum of RGB (Red+Green+Blue) = 37+65+74=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #25414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25414A is #DABEB5. Grayscale: #393939. Windows color (decimal): -14335670 or 4866341. OLE color: 4866341.
HSL color Cylindrical-coordinate representation of color #25414A: hue angle of 194.59º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25414A is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 65 | 74 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.71 |
| HSL | 194.59º | 0.33% | 0.22% | - |
| HSV(B) | 194.59º | 0.5% | 0.29% | - |
| XYZ | 3.89 | 4.67 | 7.17 | - |
| YUV | 57.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 74 | 0.50 | 0.12 | 0 | 0.71 | 194.59 | 0.33 | 0.22 |
| Hex | 25 | 41 | 4A | 32 | C | 0 | 47 | C3 | 21 | 16 |
| Octal | 45 | 101 | 112 | 62 | 14 | 0 | 107 | 303 | 41 | 26 |
| Binary | 100101 | 1000001 | 1001010 | 110010 | 1100 | 0 | 1000111 | 11000011 | 100001 | 10110 |
Color Harmonies of #25414A
Complementary color
Monochromatic Colors of #25414A
Black with #25414A
Text Example
Text Example
White with #25414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25414A; }
p { color: rgb(37,65,74); }
H1.HeaderClassName
{
color: #25414A;
}
.AnyTagClassName
{
color: #25414A;
}
</style>
background-color css
<style>
a { background-color: #25414A; }
a { background-color: rgb(37,65,74); }
div.DivClassName
{
background-color: #25414A;
}
.BgClassName
{
background-color: #25414A;
}
</style>
border-color css
<style>
span { border-color: #25414A; }
span { border-color: rgb(37,65,74); }
td.TdClassName
{
border-color: #25414A;
}
.TagClassName
{
border-color: #25414A;
}
</style>