Shades of Viridian Green #4C6B5D
Tints of Viridian Green #4C6B5D
RGB
CMYK
RGB Variations
Color information
#4C6B5D (or 0x4C6B5D) is known color: Viridian Green. HEX triplet: 4C, 6B and 5D. RGB value is (76,107,93). Sum of RGB (Red+Green+Blue) = 76+107+93=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B5D is #B394A2. Grayscale: #606060. Windows color (decimal): -11768995 or 6122316. OLE color: 6122316.
HSL color Cylindrical-coordinate representation of color #4C6B5D: hue angle of 152.9º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6B5D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 107 | 93 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.58 |
| HSL | 152.9º | 0.17% | 0.36% | - |
| HSV(B) | 152.9º | 0.29% | 0.42% | - |
| XYZ | 10.21 | 12.84 | 12.3 | - |
| YUV | 96.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 93 | 0.29 | 0 | 0.13 | 0.58 | 152.9 | 0.17 | 0.36 |
| Hex | 4C | 6B | 5D | 1D | 0 | D | 3A | 99 | 11 | 24 |
| Octal | 114 | 153 | 135 | 35 | 0 | 15 | 72 | 231 | 21 | 44 |
| Binary | 1001100 | 1101011 | 1011101 | 11101 | 0 | 1101 | 111010 | 10011001 | 10001 | 100100 |
Color Harmonies of #4C6B5D
Complementary color
Monochromatic Colors of #4C6B5D
Black with #4C6B5D
Text Example
Text Example
White with #4C6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B5D; }
p { color: rgb(76,107,93); }
H1.HeaderClassName
{
color: #4C6B5D;
}
.AnyTagClassName
{
color: #4C6B5D;
}
</style>
background-color css
<style>
a { background-color: #4C6B5D; }
a { background-color: rgb(76,107,93); }
div.DivClassName
{
background-color: #4C6B5D;
}
.BgClassName
{
background-color: #4C6B5D;
}
</style>
border-color css
<style>
span { border-color: #4C6B5D; }
span { border-color: rgb(76,107,93); }
td.TdClassName
{
border-color: #4C6B5D;
}
.TagClassName
{
border-color: #4C6B5D;
}
</style>