Shades of Green Vogue #154052
Tints of Green Vogue #154052
RGB
CMYK
RGB Variations
Color information
#154052 (or 0x154052) is known color: Green Vogue. HEX triplet: 15, 40 and 52. RGB value is (21,64,82). Sum of RGB (Red+Green+Blue) = 21+64+82=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #154052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154052 is #EABFAD. Grayscale: #353535. Windows color (decimal): -15384494 or 5390357. OLE color: 5390357.
HSL color Cylindrical-coordinate representation of color #154052: hue angle of 197.7º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154052 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 64 | 82 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.68 |
| HSL | 197.7º | 0.59% | 0.2% | - |
| HSV(B) | 197.7º | 0.74% | 0.32% | - |
| XYZ | 3.67 | 4.44 | 8.65 | - |
| YUV | 53.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 82 | 0.74 | 0.22 | 0 | 0.68 | 197.7 | 0.59 | 0.2 |
| Hex | 15 | 40 | 52 | 4A | 16 | 0 | 44 | C6 | 3B | 14 |
| Octal | 25 | 100 | 122 | 112 | 26 | 0 | 104 | 306 | 73 | 24 |
| Binary | 10101 | 1000000 | 1010010 | 1001010 | 10110 | 0 | 1000100 | 11000110 | 111011 | 10100 |
Color Harmonies of #154052
Complementary color
Monochromatic Colors of #154052
Black with #154052
Text Example
Text Example
White with #154052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154052; }
p { color: rgb(21,64,82); }
H1.HeaderClassName
{
color: #154052;
}
.AnyTagClassName
{
color: #154052;
}
</style>
background-color css
<style>
a { background-color: #154052; }
a { background-color: rgb(21,64,82); }
div.DivClassName
{
background-color: #154052;
}
.BgClassName
{
background-color: #154052;
}
</style>
border-color css
<style>
span { border-color: #154052; }
span { border-color: rgb(21,64,82); }
td.TdClassName
{
border-color: #154052;
}
.TagClassName
{
border-color: #154052;
}
</style>