Shades of Viridian Green #4A6B5B
Tints of Viridian Green #4A6B5B
RGB
CMYK
RGB Variations
Color information
#4A6B5B (or 0x4A6B5B) is known color: Viridian Green. HEX triplet: 4A, 6B and 5B. RGB value is (74,107,91). Sum of RGB (Red+Green+Blue) = 74+107+91=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B5B is #B594A4. Grayscale: #5F5F5F. Windows color (decimal): -11900069 or 5991242. OLE color: 5991242.
HSL color Cylindrical-coordinate representation of color #4A6B5B: hue angle of 150.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B5B is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 107 | 91 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.58 |
| HSL | 150.91º | 0.18% | 0.35% | - |
| HSV(B) | 150.91º | 0.31% | 0.42% | - |
| XYZ | 9.97 | 12.73 | 11.83 | - |
| YUV | 95.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 91 | 0.31 | 0 | 0.15 | 0.58 | 150.91 | 0.18 | 0.35 |
| Hex | 4A | 6B | 5B | 1F | 0 | F | 3A | 97 | 12 | 23 |
| Octal | 112 | 153 | 133 | 37 | 0 | 17 | 72 | 227 | 22 | 43 |
| Binary | 1001010 | 1101011 | 1011011 | 11111 | 0 | 1111 | 111010 | 10010111 | 10010 | 100011 |
Color Harmonies of #4A6B5B
Complementary color
Monochromatic Colors of #4A6B5B
Black with #4A6B5B
Text Example
Text Example
White with #4A6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B5B; }
p { color: rgb(74,107,91); }
H1.HeaderClassName
{
color: #4A6B5B;
}
.AnyTagClassName
{
color: #4A6B5B;
}
</style>
background-color css
<style>
a { background-color: #4A6B5B; }
a { background-color: rgb(74,107,91); }
div.DivClassName
{
background-color: #4A6B5B;
}
.BgClassName
{
background-color: #4A6B5B;
}
</style>
border-color css
<style>
span { border-color: #4A6B5B; }
span { border-color: rgb(74,107,91); }
td.TdClassName
{
border-color: #4A6B5B;
}
.TagClassName
{
border-color: #4A6B5B;
}
</style>