Shades of Viridian #488B74
Tints of Viridian #488B74
RGB
CMYK
RGB Variations
Color information
#488B74 (or 0x488B74) is known color: Viridian. HEX triplet: 48, 8B and 74. RGB value is (72,139,116). Sum of RGB (Red+Green+Blue) = 72+139+116=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #488B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B74 is #B7748B. Grayscale: #747474. Windows color (decimal): -12022924 or 7637832. OLE color: 7637832.
HSL color Cylindrical-coordinate representation of color #488B74: hue angle of 159.4º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B74 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 116 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.45 |
| HSL | 159.4º | 0.32% | 0.41% | - |
| HSV(B) | 159.4º | 0.48% | 0.55% | - |
| XYZ | 15.06 | 21.1 | 19.8 | - |
| YUV | 116.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 116 | 0.48 | 0 | 0.17 | 0.45 | 159.4 | 0.32 | 0.41 |
| Hex | 48 | 8B | 74 | 30 | 0 | 11 | 2D | 9F | 20 | 29 |
| Octal | 110 | 213 | 164 | 60 | 0 | 21 | 55 | 237 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1110100 | 110000 | 0 | 10001 | 101101 | 10011111 | 100000 | 101001 |
Color Harmonies of #488B74
Complementary color
Monochromatic Colors of #488B74
Black with #488B74
Text Example
Text Example
White with #488B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B74; }
p { color: rgb(72,139,116); }
H1.HeaderClassName
{
color: #488B74;
}
.AnyTagClassName
{
color: #488B74;
}
</style>
background-color css
<style>
a { background-color: #488B74; }
a { background-color: rgb(72,139,116); }
div.DivClassName
{
background-color: #488B74;
}
.BgClassName
{
background-color: #488B74;
}
</style>
border-color css
<style>
span { border-color: #488B74; }
span { border-color: rgb(72,139,116); }
td.TdClassName
{
border-color: #488B74;
}
.TagClassName
{
border-color: #488B74;
}
</style>