Shades of Viridian #4B7C6B
Tints of Viridian #4B7C6B
RGB
CMYK
RGB Variations
Color information
#4B7C6B (or 0x4B7C6B) is known color: Viridian. HEX triplet: 4B, 7C and 6B. RGB value is (75,124,107). Sum of RGB (Red+Green+Blue) = 75+124+107=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7C6B is #B48394. Grayscale: #6B6B6B. Windows color (decimal): -11830165 or 7044171. OLE color: 7044171.
HSL color Cylindrical-coordinate representation of color #4B7C6B: hue angle of 159.18º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7C6B is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 124 | 107 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.51 |
| HSL | 159.18º | 0.25% | 0.39% | - |
| HSV(B) | 159.18º | 0.4% | 0.49% | - |
| XYZ | 12.76 | 16.97 | 16.51 | - |
| YUV | 107.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 107 | 0.40 | 0 | 0.14 | 0.51 | 159.18 | 0.25 | 0.39 |
| Hex | 4B | 7C | 6B | 28 | 0 | E | 33 | 9F | 19 | 27 |
| Octal | 113 | 174 | 153 | 50 | 0 | 16 | 63 | 237 | 31 | 47 |
| Binary | 1001011 | 1111100 | 1101011 | 101000 | 0 | 1110 | 110011 | 10011111 | 11001 | 100111 |
Color Harmonies of #4B7C6B
Complementary color
Monochromatic Colors of #4B7C6B
Black with #4B7C6B
Text Example
Text Example
White with #4B7C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7C6B; }
p { color: rgb(75,124,107); }
H1.HeaderClassName
{
color: #4B7C6B;
}
.AnyTagClassName
{
color: #4B7C6B;
}
</style>
background-color css
<style>
a { background-color: #4B7C6B; }
a { background-color: rgb(75,124,107); }
div.DivClassName
{
background-color: #4B7C6B;
}
.BgClassName
{
background-color: #4B7C6B;
}
</style>
border-color css
<style>
span { border-color: #4B7C6B; }
span { border-color: rgb(75,124,107); }
td.TdClassName
{
border-color: #4B7C6B;
}
.TagClassName
{
border-color: #4B7C6B;
}
</style>