Shades of Green Vogue #27454B
Tints of Green Vogue #27454B
RGB
CMYK
RGB Variations
Color information
#27454B (or 0x27454B) is known color: Green Vogue. HEX triplet: 27, 45 and 4B. RGB value is (39,69,75). Sum of RGB (Red+Green+Blue) = 39+69+75=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #27454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27454B is #D8BAB4. Grayscale: #3C3C3C. Windows color (decimal): -14203573 or 4932903. OLE color: 4932903.
HSL color Cylindrical-coordinate representation of color #27454B: hue angle of 190º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27454B is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 69 | 75 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.71 |
| HSL | 190º | 0.32% | 0.22% | - |
| HSV(B) | 190º | 0.48% | 0.29% | - |
| XYZ | 4.23 | 5.2 | 7.44 | - |
| YUV | 60.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 75 | 0.48 | 0.08 | 0 | 0.71 | 190 | 0.32 | 0.22 |
| Hex | 27 | 45 | 4B | 30 | 8 | 0 | 47 | BE | 20 | 16 |
| Octal | 47 | 105 | 113 | 60 | 10 | 0 | 107 | 276 | 40 | 26 |
| Binary | 100111 | 1000101 | 1001011 | 110000 | 1000 | 0 | 1000111 | 10111110 | 100000 | 10110 |
Color Harmonies of #27454B
Complementary color
Monochromatic Colors of #27454B
Black with #27454B
Text Example
Text Example
White with #27454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27454B; }
p { color: rgb(39,69,75); }
H1.HeaderClassName
{
color: #27454B;
}
.AnyTagClassName
{
color: #27454B;
}
</style>
background-color css
<style>
a { background-color: #27454B; }
a { background-color: rgb(39,69,75); }
div.DivClassName
{
background-color: #27454B;
}
.BgClassName
{
background-color: #27454B;
}
</style>
border-color css
<style>
span { border-color: #27454B; }
span { border-color: rgb(39,69,75); }
td.TdClassName
{
border-color: #27454B;
}
.TagClassName
{
border-color: #27454B;
}
</style>