Shades of Viridian Green #4B6A5C
Tints of Viridian Green #4B6A5C
RGB
CMYK
RGB Variations
Color information
#4B6A5C (or 0x4B6A5C) is known color: Viridian Green. HEX triplet: 4B, 6A and 5C. RGB value is (75,106,92). Sum of RGB (Red+Green+Blue) = 75+106+92=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A5C is #B495A3. Grayscale: #5F5F5F. Windows color (decimal): -11834788 or 6056523. OLE color: 6056523.
HSL color Cylindrical-coordinate representation of color #4B6A5C: hue angle of 152.9º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A5C is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 106 | 92 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.58 |
| HSL | 152.9º | 0.17% | 0.35% | - |
| HSV(B) | 152.9º | 0.29% | 0.42% | - |
| XYZ | 9.99 | 12.58 | 12.03 | - |
| YUV | 95.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 92 | 0.29 | 0 | 0.13 | 0.58 | 152.9 | 0.17 | 0.35 |
| Hex | 4B | 6A | 5C | 1D | 0 | D | 3A | 99 | 11 | 23 |
| Octal | 113 | 152 | 134 | 35 | 0 | 15 | 72 | 231 | 21 | 43 |
| Binary | 1001011 | 1101010 | 1011100 | 11101 | 0 | 1101 | 111010 | 10011001 | 10001 | 100011 |
Color Harmonies of #4B6A5C
Complementary color
Monochromatic Colors of #4B6A5C
Black with #4B6A5C
Text Example
Text Example
White with #4B6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6A5C; }
p { color: rgb(75,106,92); }
H1.HeaderClassName
{
color: #4B6A5C;
}
.AnyTagClassName
{
color: #4B6A5C;
}
</style>
background-color css
<style>
a { background-color: #4B6A5C; }
a { background-color: rgb(75,106,92); }
div.DivClassName
{
background-color: #4B6A5C;
}
.BgClassName
{
background-color: #4B6A5C;
}
</style>
border-color css
<style>
span { border-color: #4B6A5C; }
span { border-color: rgb(75,106,92); }
td.TdClassName
{
border-color: #4B6A5C;
}
.TagClassName
{
border-color: #4B6A5C;
}
</style>