Shades of Green Vogue #154053
Tints of Green Vogue #154053
RGB
CMYK
RGB Variations
Color information
#154053 (or 0x154053) is known color: Green Vogue. HEX triplet: 15, 40 and 53. RGB value is (21,64,83). Sum of RGB (Red+Green+Blue) = 21+64+83=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #154053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154053 is #EABFAC. Grayscale: #353535. Windows color (decimal): -15384493 or 5455893. OLE color: 5455893.
HSL color Cylindrical-coordinate representation of color #154053: hue angle of 198.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154053 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 64 | 83 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.67 |
| HSL | 198.39º | 0.6% | 0.2% | - |
| HSV(B) | 198.39º | 0.75% | 0.33% | - |
| XYZ | 3.7 | 4.45 | 8.85 | - |
| YUV | 53.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 83 | 0.75 | 0.23 | 0 | 0.67 | 198.39 | 0.6 | 0.2 |
| Hex | 15 | 40 | 53 | 4B | 17 | 0 | 43 | C6 | 3C | 14 |
| Octal | 25 | 100 | 123 | 113 | 27 | 0 | 103 | 306 | 74 | 24 |
| Binary | 10101 | 1000000 | 1010011 | 1001011 | 10111 | 0 | 1000011 | 11000110 | 111100 | 10100 |
Color Harmonies of #154053
Complementary color
Monochromatic Colors of #154053
Black with #154053
Text Example
Text Example
White with #154053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154053; }
p { color: rgb(21,64,83); }
H1.HeaderClassName
{
color: #154053;
}
.AnyTagClassName
{
color: #154053;
}
</style>
background-color css
<style>
a { background-color: #154053; }
a { background-color: rgb(21,64,83); }
div.DivClassName
{
background-color: #154053;
}
.BgClassName
{
background-color: #154053;
}
</style>
border-color css
<style>
span { border-color: #154053; }
span { border-color: rgb(21,64,83); }
td.TdClassName
{
border-color: #154053;
}
.TagClassName
{
border-color: #154053;
}
</style>