Shades of Green Vogue #27404A
Tints of Green Vogue #27404A
RGB
CMYK
RGB Variations
Color information
#27404A (or 0x27404A) is known color: Green Vogue. HEX triplet: 27, 40 and 4A. RGB value is (39,64,74). Sum of RGB (Red+Green+Blue) = 39+64+74=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #27404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27404A is #D8BFB5. Grayscale: #393939. Windows color (decimal): -14204854 or 4866087. OLE color: 4866087.
HSL color Cylindrical-coordinate representation of color #27404A: hue angle of 197.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27404A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 64 | 74 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.71 |
| HSL | 197.14º | 0.31% | 0.22% | - |
| HSV(B) | 197.14º | 0.47% | 0.29% | - |
| XYZ | 3.91 | 4.59 | 7.16 | - |
| YUV | 57.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 74 | 0.47 | 0.14 | 0 | 0.71 | 197.14 | 0.31 | 0.22 |
| Hex | 27 | 40 | 4A | 2F | E | 0 | 47 | C5 | 1F | 16 |
| Octal | 47 | 100 | 112 | 57 | 16 | 0 | 107 | 305 | 37 | 26 |
| Binary | 100111 | 1000000 | 1001010 | 101111 | 1110 | 0 | 1000111 | 11000101 | 11111 | 10110 |
Color Harmonies of #27404A
Complementary color
Monochromatic Colors of #27404A
Black with #27404A
Text Example
Text Example
White with #27404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27404A; }
p { color: rgb(39,64,74); }
H1.HeaderClassName
{
color: #27404A;
}
.AnyTagClassName
{
color: #27404A;
}
</style>
background-color css
<style>
a { background-color: #27404A; }
a { background-color: rgb(39,64,74); }
div.DivClassName
{
background-color: #27404A;
}
.BgClassName
{
background-color: #27404A;
}
</style>
border-color css
<style>
span { border-color: #27404A; }
span { border-color: rgb(39,64,74); }
td.TdClassName
{
border-color: #27404A;
}
.TagClassName
{
border-color: #27404A;
}
</style>