Shades of Green Vogue #27424E
Tints of Green Vogue #27424E
RGB
CMYK
RGB Variations
Color information
#27424E (or 0x27424E) is known color: Green Vogue. HEX triplet: 27, 42 and 4E. RGB value is (39,66,78). Sum of RGB (Red+Green+Blue) = 39+66+78=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #27424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27424E is #D8BDB1. Grayscale: #3B3B3B. Windows color (decimal): -14204338 or 5128743. OLE color: 5128743.
HSL color Cylindrical-coordinate representation of color #27424E: hue angle of 198.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27424E is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 66 | 78 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.69 |
| HSL | 198.46º | 0.33% | 0.23% | - |
| HSV(B) | 198.46º | 0.5% | 0.31% | - |
| XYZ | 4.16 | 4.88 | 7.93 | - |
| YUV | 59.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 78 | 0.50 | 0.15 | 0 | 0.69 | 198.46 | 0.33 | 0.23 |
| Hex | 27 | 42 | 4E | 32 | F | 0 | 45 | C6 | 21 | 17 |
| Octal | 47 | 102 | 116 | 62 | 17 | 0 | 105 | 306 | 41 | 27 |
| Binary | 100111 | 1000010 | 1001110 | 110010 | 1111 | 0 | 1000101 | 11000110 | 100001 | 10111 |
Color Harmonies of #27424E
Complementary color
Monochromatic Colors of #27424E
Black with #27424E
Text Example
Text Example
White with #27424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27424E; }
p { color: rgb(39,66,78); }
H1.HeaderClassName
{
color: #27424E;
}
.AnyTagClassName
{
color: #27424E;
}
</style>
background-color css
<style>
a { background-color: #27424E; }
a { background-color: rgb(39,66,78); }
div.DivClassName
{
background-color: #27424E;
}
.BgClassName
{
background-color: #27424E;
}
</style>
border-color css
<style>
span { border-color: #27424E; }
span { border-color: rgb(39,66,78); }
td.TdClassName
{
border-color: #27424E;
}
.TagClassName
{
border-color: #27424E;
}
</style>