Shades of Viridian #488F74
Tints of Viridian #488F74
RGB
CMYK
RGB Variations
Color information
#488F74 (or 0x488F74) is known color: Viridian. HEX triplet: 48, 8F and 74. RGB value is (72,143,116). Sum of RGB (Red+Green+Blue) = 72+143+116=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #488F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F74 is #B7708B. Grayscale: #767676. Windows color (decimal): -12021900 or 7638856. OLE color: 7638856.
HSL color Cylindrical-coordinate representation of color #488F74: hue angle of 157.18º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F74 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 116 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.44 |
| HSL | 157.18º | 0.33% | 0.42% | - |
| HSV(B) | 157.18º | 0.5% | 0.56% | - |
| XYZ | 15.65 | 22.28 | 20 | - |
| YUV | 118.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 116 | 0.50 | 0 | 0.19 | 0.44 | 157.18 | 0.33 | 0.42 |
| Hex | 48 | 8F | 74 | 32 | 0 | 13 | 2C | 9D | 21 | 2A |
| Octal | 110 | 217 | 164 | 62 | 0 | 23 | 54 | 235 | 41 | 52 |
| Binary | 1001000 | 10001111 | 1110100 | 110010 | 0 | 10011 | 101100 | 10011101 | 100001 | 101010 |
Color Harmonies of #488F74
Complementary color
Monochromatic Colors of #488F74
Black with #488F74
Text Example
Text Example
White with #488F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F74; }
p { color: rgb(72,143,116); }
H1.HeaderClassName
{
color: #488F74;
}
.AnyTagClassName
{
color: #488F74;
}
</style>
background-color css
<style>
a { background-color: #488F74; }
a { background-color: rgb(72,143,116); }
div.DivClassName
{
background-color: #488F74;
}
.BgClassName
{
background-color: #488F74;
}
</style>
border-color css
<style>
span { border-color: #488F74; }
span { border-color: rgb(72,143,116); }
td.TdClassName
{
border-color: #488F74;
}
.TagClassName
{
border-color: #488F74;
}
</style>