Shades of Viridian #488A74
Tints of Viridian #488A74
RGB
CMYK
RGB Variations
Color information
#488A74 (or 0x488A74) is known color: Viridian. HEX triplet: 48, 8A and 74. RGB value is (72,138,116). Sum of RGB (Red+Green+Blue) = 72+138+116=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #488A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A74 is #B7758B. Grayscale: #737373. Windows color (decimal): -12023180 or 7637576. OLE color: 7637576.
HSL color Cylindrical-coordinate representation of color #488A74: hue angle of 160º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A74 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 116 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.46 |
| HSL | 160º | 0.31% | 0.41% | - |
| HSV(B) | 160º | 0.48% | 0.54% | - |
| XYZ | 14.91 | 20.82 | 19.75 | - |
| YUV | 115.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 116 | 0.48 | 0 | 0.16 | 0.46 | 160 | 0.31 | 0.41 |
| Hex | 48 | 8A | 74 | 30 | 0 | 10 | 2E | A0 | 1F | 29 |
| Octal | 110 | 212 | 164 | 60 | 0 | 20 | 56 | 240 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1110100 | 110000 | 0 | 10000 | 101110 | 10100000 | 11111 | 101001 |
Color Harmonies of #488A74
Complementary color
Monochromatic Colors of #488A74
Black with #488A74
Text Example
Text Example
White with #488A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A74; }
p { color: rgb(72,138,116); }
H1.HeaderClassName
{
color: #488A74;
}
.AnyTagClassName
{
color: #488A74;
}
</style>
background-color css
<style>
a { background-color: #488A74; }
a { background-color: rgb(72,138,116); }
div.DivClassName
{
background-color: #488A74;
}
.BgClassName
{
background-color: #488A74;
}
</style>
border-color css
<style>
span { border-color: #488A74; }
span { border-color: rgb(72,138,116); }
td.TdClassName
{
border-color: #488A74;
}
.TagClassName
{
border-color: #488A74;
}
</style>