Shades of Green Vogue #153D4D
Tints of Green Vogue #153D4D
RGB
CMYK
RGB Variations
Color information
#153D4D (or 0x153D4D) is known color: Green Vogue. HEX triplet: 15, 3D and 4D. RGB value is (21,61,77). Sum of RGB (Red+Green+Blue) = 21+61+77=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #153D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D4D is #EAC2B2. Grayscale: #323232. Windows color (decimal): -15385267 or 5061909. OLE color: 5061909.
HSL color Cylindrical-coordinate representation of color #153D4D: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #153D4D is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 61 | 77 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.70 |
| HSL | 197.14º | 0.57% | 0.19% | - |
| HSV(B) | 197.14º | 0.73% | 0.3% | - |
| XYZ | 3.32 | 4.03 | 7.62 | - |
| YUV | 50.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 77 | 0.73 | 0.21 | 0 | 0.70 | 197.14 | 0.57 | 0.19 |
| Hex | 15 | 3D | 4D | 49 | 15 | 0 | 46 | C5 | 39 | 13 |
| Octal | 25 | 75 | 115 | 111 | 25 | 0 | 106 | 305 | 71 | 23 |
| Binary | 10101 | 111101 | 1001101 | 1001001 | 10101 | 0 | 1000110 | 11000101 | 111001 | 10011 |
Color Harmonies of #153D4D
Complementary color
Monochromatic Colors of #153D4D
Black with #153D4D
Text Example
Text Example
White with #153D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D4D; }
p { color: rgb(21,61,77); }
H1.HeaderClassName
{
color: #153D4D;
}
.AnyTagClassName
{
color: #153D4D;
}
</style>
background-color css
<style>
a { background-color: #153D4D; }
a { background-color: rgb(21,61,77); }
div.DivClassName
{
background-color: #153D4D;
}
.BgClassName
{
background-color: #153D4D;
}
</style>
border-color css
<style>
span { border-color: #153D4D; }
span { border-color: rgb(21,61,77); }
td.TdClassName
{
border-color: #153D4D;
}
.TagClassName
{
border-color: #153D4D;
}
</style>