Shades of Viridian Green #48665A
Tints of Viridian Green #48665A
RGB
CMYK
RGB Variations
Color information
#48665A (or 0x48665A) is known color: Viridian Green. HEX triplet: 48, 66 and 5A. RGB value is (72,102,90). Sum of RGB (Red+Green+Blue) = 72+102+90=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #48665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665A is #B799A5. Grayscale: #5B5B5B. Windows color (decimal): -12032422 or 5924424. OLE color: 5924424.
HSL color Cylindrical-coordinate representation of color #48665A: hue angle of 156º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48665A is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 90 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.6 |
| HSL | 156º | 0.17% | 0.34% | - |
| HSV(B) | 156º | 0.29% | 0.4% | - |
| XYZ | 9.27 | 11.62 | 11.43 | - |
| YUV | 91.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 90 | 0.29 | 0 | 0.12 | 0.6 | 156 | 0.17 | 0.34 |
| Hex | 48 | 66 | 5A | 1D | 0 | C | 3C | 9C | 11 | 22 |
| Octal | 110 | 146 | 132 | 35 | 0 | 14 | 74 | 234 | 21 | 42 |
| Binary | 1001000 | 1100110 | 1011010 | 11101 | 0 | 1100 | 111100 | 10011100 | 10001 | 100010 |
Color Harmonies of #48665A
Complementary color
Monochromatic Colors of #48665A
Black with #48665A
Text Example
Text Example
White with #48665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48665A; }
p { color: rgb(72,102,90); }
H1.HeaderClassName
{
color: #48665A;
}
.AnyTagClassName
{
color: #48665A;
}
</style>
background-color css
<style>
a { background-color: #48665A; }
a { background-color: rgb(72,102,90); }
div.DivClassName
{
background-color: #48665A;
}
.BgClassName
{
background-color: #48665A;
}
</style>
border-color css
<style>
span { border-color: #48665A; }
span { border-color: rgb(72,102,90); }
td.TdClassName
{
border-color: #48665A;
}
.TagClassName
{
border-color: #48665A;
}
</style>