Shades of Green Vogue #153D4B
Tints of Green Vogue #153D4B
RGB
CMYK
RGB Variations
Color information
#153D4B (or 0x153D4B) is known color: Green Vogue. HEX triplet: 15, 3D and 4B. RGB value is (21,61,75). Sum of RGB (Red+Green+Blue) = 21+61+75=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #153D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D4B is #EAC2B4. Grayscale: #323232. Windows color (decimal): -15385269 or 4930837. OLE color: 4930837.
HSL color Cylindrical-coordinate representation of color #153D4B: hue angle of 195.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #153D4B is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 61 | 75 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.71 |
| HSL | 195.56º | 0.56% | 0.19% | - |
| HSV(B) | 195.56º | 0.72% | 0.29% | - |
| XYZ | 3.25 | 4 | 7.26 | - |
| YUV | 50.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 75 | 0.72 | 0.19 | 0 | 0.71 | 195.56 | 0.56 | 0.19 |
| Hex | 15 | 3D | 4B | 48 | 13 | 0 | 47 | C4 | 38 | 13 |
| Octal | 25 | 75 | 113 | 110 | 23 | 0 | 107 | 304 | 70 | 23 |
| Binary | 10101 | 111101 | 1001011 | 1001000 | 10011 | 0 | 1000111 | 11000100 | 111000 | 10011 |
Color Harmonies of #153D4B
Complementary color
Monochromatic Colors of #153D4B
Black with #153D4B
Text Example
Text Example
White with #153D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D4B; }
p { color: rgb(21,61,75); }
H1.HeaderClassName
{
color: #153D4B;
}
.AnyTagClassName
{
color: #153D4B;
}
</style>
background-color css
<style>
a { background-color: #153D4B; }
a { background-color: rgb(21,61,75); }
div.DivClassName
{
background-color: #153D4B;
}
.BgClassName
{
background-color: #153D4B;
}
</style>
border-color css
<style>
span { border-color: #153D4B; }
span { border-color: rgb(21,61,75); }
td.TdClassName
{
border-color: #153D4B;
}
.TagClassName
{
border-color: #153D4B;
}
</style>