Shades of Green Vogue #27424C
Tints of Green Vogue #27424C
RGB
CMYK
RGB Variations
Color information
#27424C (or 0x27424C) is known color: Green Vogue. HEX triplet: 27, 42 and 4C. RGB value is (39,66,76). Sum of RGB (Red+Green+Blue) = 39+66+76=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #27424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27424C is #D8BDB3. Grayscale: #3B3B3B. Windows color (decimal): -14204340 or 4997671. OLE color: 4997671.
HSL color Cylindrical-coordinate representation of color #27424C: hue angle of 196.22º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27424C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 66 | 76 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.70 |
| HSL | 196.22º | 0.32% | 0.23% | - |
| HSV(B) | 196.22º | 0.49% | 0.3% | - |
| XYZ | 4.09 | 4.85 | 7.56 | - |
| YUV | 59.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 76 | 0.49 | 0.13 | 0 | 0.70 | 196.22 | 0.32 | 0.23 |
| Hex | 27 | 42 | 4C | 31 | D | 0 | 46 | C4 | 20 | 17 |
| Octal | 47 | 102 | 114 | 61 | 15 | 0 | 106 | 304 | 40 | 27 |
| Binary | 100111 | 1000010 | 1001100 | 110001 | 1101 | 0 | 1000110 | 11000100 | 100000 | 10111 |
Color Harmonies of #27424C
Complementary color
Monochromatic Colors of #27424C
Black with #27424C
Text Example
Text Example
White with #27424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27424C; }
p { color: rgb(39,66,76); }
H1.HeaderClassName
{
color: #27424C;
}
.AnyTagClassName
{
color: #27424C;
}
</style>
background-color css
<style>
a { background-color: #27424C; }
a { background-color: rgb(39,66,76); }
div.DivClassName
{
background-color: #27424C;
}
.BgClassName
{
background-color: #27424C;
}
</style>
border-color css
<style>
span { border-color: #27424C; }
span { border-color: rgb(39,66,76); }
td.TdClassName
{
border-color: #27424C;
}
.TagClassName
{
border-color: #27424C;
}
</style>