Shades of Viridian #488B69
Tints of Viridian #488B69
RGB
CMYK
RGB Variations
Color information
#488B69 (or 0x488B69) is known color: Viridian. HEX triplet: 48, 8B and 69. RGB value is (72,139,105). Sum of RGB (Red+Green+Blue) = 72+139+105=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #488B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B69 is #B77496. Grayscale: #737373. Windows color (decimal): -12022935 or 6916936. OLE color: 6916936.
HSL color Cylindrical-coordinate representation of color #488B69: hue angle of 149.55º 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 #488B69 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 105 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.45 |
| HSL | 149.55º | 0.32% | 0.41% | - |
| HSV(B) | 149.55º | 0.48% | 0.55% | - |
| XYZ | 14.45 | 20.86 | 16.63 | - |
| YUV | 115.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 105 | 0.48 | 0 | 0.24 | 0.45 | 149.55 | 0.32 | 0.41 |
| Hex | 48 | 8B | 69 | 30 | 0 | 18 | 2D | 96 | 20 | 29 |
| Octal | 110 | 213 | 151 | 60 | 0 | 30 | 55 | 226 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1101001 | 110000 | 0 | 11000 | 101101 | 10010110 | 100000 | 101001 |
Color Harmonies of #488B69
Complementary color
Monochromatic Colors of #488B69
Black with #488B69
Text Example
Text Example
White with #488B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B69; }
p { color: rgb(72,139,105); }
H1.HeaderClassName
{
color: #488B69;
}
.AnyTagClassName
{
color: #488B69;
}
</style>
background-color css
<style>
a { background-color: #488B69; }
a { background-color: rgb(72,139,105); }
div.DivClassName
{
background-color: #488B69;
}
.BgClassName
{
background-color: #488B69;
}
</style>
border-color css
<style>
span { border-color: #488B69; }
span { border-color: rgb(72,139,105); }
td.TdClassName
{
border-color: #488B69;
}
.TagClassName
{
border-color: #488B69;
}
</style>