Shades of Green Vogue #27434F
Tints of Green Vogue #27434F
RGB
CMYK
RGB Variations
Color information
#27434F (or 0x27434F) is known color: Green Vogue. HEX triplet: 27, 43 and 4F. RGB value is (39,67,79). Sum of RGB (Red+Green+Blue) = 39+67+79=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #27434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27434F is #D8BCB0. Grayscale: #3B3B3B. Windows color (decimal): -14204081 or 5194535. OLE color: 5194535.
HSL color Cylindrical-coordinate representation of color #27434F: hue angle of 198º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27434F is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 67 | 79 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.69 |
| HSL | 198º | 0.34% | 0.23% | - |
| HSV(B) | 198º | 0.51% | 0.31% | - |
| XYZ | 4.26 | 5.01 | 8.14 | - |
| YUV | 60 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 79 | 0.51 | 0.15 | 0 | 0.69 | 198 | 0.34 | 0.23 |
| Hex | 27 | 43 | 4F | 33 | F | 0 | 45 | C6 | 22 | 17 |
| Octal | 47 | 103 | 117 | 63 | 17 | 0 | 105 | 306 | 42 | 27 |
| Binary | 100111 | 1000011 | 1001111 | 110011 | 1111 | 0 | 1000101 | 11000110 | 100010 | 10111 |
Color Harmonies of #27434F
Complementary color
Monochromatic Colors of #27434F
Black with #27434F
Text Example
Text Example
White with #27434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27434F; }
p { color: rgb(39,67,79); }
H1.HeaderClassName
{
color: #27434F;
}
.AnyTagClassName
{
color: #27434F;
}
</style>
background-color css
<style>
a { background-color: #27434F; }
a { background-color: rgb(39,67,79); }
div.DivClassName
{
background-color: #27434F;
}
.BgClassName
{
background-color: #27434F;
}
</style>
border-color css
<style>
span { border-color: #27434F; }
span { border-color: rgb(39,67,79); }
td.TdClassName
{
border-color: #27434F;
}
.TagClassName
{
border-color: #27434F;
}
</style>