Shades of Green Vogue #154350
Tints of Green Vogue #154350
RGB
CMYK
RGB Variations
Color information
#154350 (or 0x154350) is known color: Green Vogue. HEX triplet: 15, 43 and 50. RGB value is (21,67,80). Sum of RGB (Red+Green+Blue) = 21+67+80=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #154350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154350 is #EABCAF. Grayscale: #363636. Windows color (decimal): -15383728 or 5260053. OLE color: 5260053.
HSL color Cylindrical-coordinate representation of color #154350: hue angle of 193.22º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154350 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 67 | 80 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.69 |
| HSL | 193.22º | 0.58% | 0.2% | - |
| HSV(B) | 193.22º | 0.74% | 0.31% | - |
| XYZ | 3.76 | 4.75 | 8.31 | - |
| YUV | 54.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 80 | 0.74 | 0.16 | 0 | 0.69 | 193.22 | 0.58 | 0.2 |
| Hex | 15 | 43 | 50 | 4A | 10 | 0 | 45 | C1 | 3A | 14 |
| Octal | 25 | 103 | 120 | 112 | 20 | 0 | 105 | 301 | 72 | 24 |
| Binary | 10101 | 1000011 | 1010000 | 1001010 | 10000 | 0 | 1000101 | 11000001 | 111010 | 10100 |
Color Harmonies of #154350
Complementary color
Monochromatic Colors of #154350
Black with #154350
Text Example
Text Example
White with #154350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154350; }
p { color: rgb(21,67,80); }
H1.HeaderClassName
{
color: #154350;
}
.AnyTagClassName
{
color: #154350;
}
</style>
background-color css
<style>
a { background-color: #154350; }
a { background-color: rgb(21,67,80); }
div.DivClassName
{
background-color: #154350;
}
.BgClassName
{
background-color: #154350;
}
</style>
border-color css
<style>
span { border-color: #154350; }
span { border-color: rgb(21,67,80); }
td.TdClassName
{
border-color: #154350;
}
.TagClassName
{
border-color: #154350;
}
</style>