Shades of Green Vogue #27434E
Tints of Green Vogue #27434E
RGB
CMYK
RGB Variations
Color information
#27434E (or 0x27434E) is known color: Green Vogue. HEX triplet: 27, 43 and 4E. RGB value is (39,67,78). Sum of RGB (Red+Green+Blue) = 39+67+78=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #27434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27434E is #D8BCB1. Grayscale: #3B3B3B. Windows color (decimal): -14204082 or 5128999. OLE color: 5128999.
HSL color Cylindrical-coordinate representation of color #27434E: hue angle of 196.92º 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 #27434E is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 67 | 78 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.69 |
| HSL | 196.92º | 0.33% | 0.23% | - |
| HSV(B) | 196.92º | 0.5% | 0.31% | - |
| XYZ | 4.22 | 5 | 7.95 | - |
| YUV | 59.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 78 | 0.50 | 0.14 | 0 | 0.69 | 196.92 | 0.33 | 0.23 |
| Hex | 27 | 43 | 4E | 32 | E | 0 | 45 | C5 | 21 | 17 |
| Octal | 47 | 103 | 116 | 62 | 16 | 0 | 105 | 305 | 41 | 27 |
| Binary | 100111 | 1000011 | 1001110 | 110010 | 1110 | 0 | 1000101 | 11000101 | 100001 | 10111 |
Color Harmonies of #27434E
Complementary color
Monochromatic Colors of #27434E
Black with #27434E
Text Example
Text Example
White with #27434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27434E; }
p { color: rgb(39,67,78); }
H1.HeaderClassName
{
color: #27434E;
}
.AnyTagClassName
{
color: #27434E;
}
</style>
background-color css
<style>
a { background-color: #27434E; }
a { background-color: rgb(39,67,78); }
div.DivClassName
{
background-color: #27434E;
}
.BgClassName
{
background-color: #27434E;
}
</style>
border-color css
<style>
span { border-color: #27434E; }
span { border-color: rgb(39,67,78); }
td.TdClassName
{
border-color: #27434E;
}
.TagClassName
{
border-color: #27434E;
}
</style>