Shades of Green Vogue #154253
Tints of Green Vogue #154253
RGB
CMYK
RGB Variations
Color information
#154253 (or 0x154253) is known color: Green Vogue. HEX triplet: 15, 42 and 53. RGB value is (21,66,83). Sum of RGB (Red+Green+Blue) = 21+66+83=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #154253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154253 is #EABDAC. Grayscale: #363636. Windows color (decimal): -15383981 or 5456405. OLE color: 5456405.
HSL color Cylindrical-coordinate representation of color #154253: hue angle of 196.45º 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 #154253 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 66 | 83 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.67 |
| HSL | 196.45º | 0.6% | 0.2% | - |
| HSV(B) | 196.45º | 0.75% | 0.33% | - |
| XYZ | 3.82 | 4.68 | 8.89 | - |
| YUV | 54.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 83 | 0.75 | 0.20 | 0 | 0.67 | 196.45 | 0.6 | 0.2 |
| Hex | 15 | 42 | 53 | 4B | 14 | 0 | 43 | C4 | 3C | 14 |
| Octal | 25 | 102 | 123 | 113 | 24 | 0 | 103 | 304 | 74 | 24 |
| Binary | 10101 | 1000010 | 1010011 | 1001011 | 10100 | 0 | 1000011 | 11000100 | 111100 | 10100 |
Color Harmonies of #154253
Complementary color
Monochromatic Colors of #154253
Black with #154253
Text Example
Text Example
White with #154253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154253; }
p { color: rgb(21,66,83); }
H1.HeaderClassName
{
color: #154253;
}
.AnyTagClassName
{
color: #154253;
}
</style>
background-color css
<style>
a { background-color: #154253; }
a { background-color: rgb(21,66,83); }
div.DivClassName
{
background-color: #154253;
}
.BgClassName
{
background-color: #154253;
}
</style>
border-color css
<style>
span { border-color: #154253; }
span { border-color: rgb(21,66,83); }
td.TdClassName
{
border-color: #154253;
}
.TagClassName
{
border-color: #154253;
}
</style>