Shades of Viridian #4A9275
Tints of Viridian #4A9275
RGB
CMYK
RGB Variations
Color information
#4A9275 (or 0x4A9275) is known color: Viridian. HEX triplet: 4A, 92 and 75. RGB value is (74,146,117). Sum of RGB (Red+Green+Blue) = 74+146+117=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9275 is #B56D8A. Grayscale: #797979. Windows color (decimal): -11890059 or 7705162. OLE color: 7705162.
HSL color Cylindrical-coordinate representation of color #4A9275: hue angle of 155.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9275 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 117 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.43 |
| HSL | 155.83º | 0.33% | 0.43% | - |
| HSV(B) | 155.83º | 0.49% | 0.57% | - |
| XYZ | 16.31 | 23.3 | 20.47 | - |
| YUV | 121.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 117 | 0.49 | 0 | 0.20 | 0.43 | 155.83 | 0.33 | 0.43 |
| Hex | 4A | 92 | 75 | 31 | 0 | 14 | 2B | 9C | 21 | 2B |
| Octal | 112 | 222 | 165 | 61 | 0 | 24 | 53 | 234 | 41 | 53 |
| Binary | 1001010 | 10010010 | 1110101 | 110001 | 0 | 10100 | 101011 | 10011100 | 100001 | 101011 |
Color Harmonies of #4A9275
Complementary color
Monochromatic Colors of #4A9275
Black with #4A9275
Text Example
Text Example
White with #4A9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9275; }
p { color: rgb(74,146,117); }
H1.HeaderClassName
{
color: #4A9275;
}
.AnyTagClassName
{
color: #4A9275;
}
</style>
background-color css
<style>
a { background-color: #4A9275; }
a { background-color: rgb(74,146,117); }
div.DivClassName
{
background-color: #4A9275;
}
.BgClassName
{
background-color: #4A9275;
}
</style>
border-color css
<style>
span { border-color: #4A9275; }
span { border-color: rgb(74,146,117); }
td.TdClassName
{
border-color: #4A9275;
}
.TagClassName
{
border-color: #4A9275;
}
</style>