Shades of Green Vogue #154352
Tints of Green Vogue #154352
RGB
CMYK
RGB Variations
Color information
#154352 (or 0x154352) is known color: Green Vogue. HEX triplet: 15, 43 and 52. RGB value is (21,67,82). Sum of RGB (Red+Green+Blue) = 21+67+82=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #154352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154352 is #EABCAD. Grayscale: #363636. Windows color (decimal): -15383726 or 5391125. OLE color: 5391125.
HSL color Cylindrical-coordinate representation of color #154352: hue angle of 194.75º 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 #154352 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 67 | 82 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.68 |
| HSL | 194.75º | 0.59% | 0.2% | - |
| HSV(B) | 194.75º | 0.74% | 0.32% | - |
| XYZ | 3.84 | 4.78 | 8.7 | - |
| YUV | 54.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 82 | 0.74 | 0.18 | 0 | 0.68 | 194.75 | 0.59 | 0.2 |
| Hex | 15 | 43 | 52 | 4A | 12 | 0 | 44 | C3 | 3B | 14 |
| Octal | 25 | 103 | 122 | 112 | 22 | 0 | 104 | 303 | 73 | 24 |
| Binary | 10101 | 1000011 | 1010010 | 1001010 | 10010 | 0 | 1000100 | 11000011 | 111011 | 10100 |
Color Harmonies of #154352
Complementary color
Monochromatic Colors of #154352
Black with #154352
Text Example
Text Example
White with #154352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154352; }
p { color: rgb(21,67,82); }
H1.HeaderClassName
{
color: #154352;
}
.AnyTagClassName
{
color: #154352;
}
</style>
background-color css
<style>
a { background-color: #154352; }
a { background-color: rgb(21,67,82); }
div.DivClassName
{
background-color: #154352;
}
.BgClassName
{
background-color: #154352;
}
</style>
border-color css
<style>
span { border-color: #154352; }
span { border-color: rgb(21,67,82); }
td.TdClassName
{
border-color: #154352;
}
.TagClassName
{
border-color: #154352;
}
</style>