Shades of Green Vogue #274146
Tints of Green Vogue #274146
RGB
CMYK
RGB Variations
Color information
#274146 (or 0x274146) is known color: Green Vogue. HEX triplet: 27, 41 and 46. RGB value is (39,65,70). Sum of RGB (Red+Green+Blue) = 39+65+70=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #274146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274146 is #D8BEB9. Grayscale: #393939. Windows color (decimal): -14204602 or 4604199. OLE color: 4604199.
HSL color Cylindrical-coordinate representation of color #274146: hue angle of 189.68º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274146 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 65 | 70 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.73 |
| HSL | 189.68º | 0.28% | 0.21% | - |
| HSV(B) | 189.68º | 0.44% | 0.27% | - |
| XYZ | 3.83 | 4.65 | 6.49 | - |
| YUV | 57.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 70 | 0.44 | 0.07 | 0 | 0.73 | 189.68 | 0.28 | 0.21 |
| Hex | 27 | 41 | 46 | 2C | 7 | 0 | 49 | BE | 1C | 15 |
| Octal | 47 | 101 | 106 | 54 | 7 | 0 | 111 | 276 | 34 | 25 |
| Binary | 100111 | 1000001 | 1000110 | 101100 | 111 | 0 | 1001001 | 10111110 | 11100 | 10101 |
Color Harmonies of #274146
Complementary color
Monochromatic Colors of #274146
Black with #274146
Text Example
Text Example
White with #274146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274146; }
p { color: rgb(39,65,70); }
H1.HeaderClassName
{
color: #274146;
}
.AnyTagClassName
{
color: #274146;
}
</style>
background-color css
<style>
a { background-color: #274146; }
a { background-color: rgb(39,65,70); }
div.DivClassName
{
background-color: #274146;
}
.BgClassName
{
background-color: #274146;
}
</style>
border-color css
<style>
span { border-color: #274146; }
span { border-color: rgb(39,65,70); }
td.TdClassName
{
border-color: #274146;
}
.TagClassName
{
border-color: #274146;
}
</style>