Shades of Viridian Green #4B5C53
Tints of Viridian Green #4B5C53
RGB
CMYK
RGB Variations
Color information
#4B5C53 (or 0x4B5C53) is known color: Viridian Green. HEX triplet: 4B, 5C and 53. RGB value is (75,92,83). Sum of RGB (Red+Green+Blue) = 75+92+83=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5C53 is #B4A3AC. Grayscale: #555555. Windows color (decimal): -11838381 or 5463115. OLE color: 5463115.
HSL color Cylindrical-coordinate representation of color #4B5C53: hue angle of 148.24º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B5C53 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 83 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.64 |
| HSL | 148.24º | 0.1% | 0.33% | - |
| HSV(B) | 148.24º | 0.18% | 0.36% | - |
| XYZ | 8.29 | 9.77 | 9.63 | - |
| YUV | 85.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 83 | 0.18 | 0 | 0.10 | 0.64 | 148.24 | 0.1 | 0.33 |
| Hex | 4B | 5C | 53 | 12 | 0 | A | 40 | 94 | A | 21 |
| Octal | 113 | 134 | 123 | 22 | 0 | 12 | 100 | 224 | 12 | 41 |
| Binary | 1001011 | 1011100 | 1010011 | 10010 | 0 | 1010 | 1000000 | 10010100 | 1010 | 100001 |
Color Harmonies of #4B5C53
Complementary color
Monochromatic Colors of #4B5C53
Black with #4B5C53
Text Example
Text Example
White with #4B5C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C53; }
p { color: rgb(75,92,83); }
H1.HeaderClassName
{
color: #4B5C53;
}
.AnyTagClassName
{
color: #4B5C53;
}
</style>
background-color css
<style>
a { background-color: #4B5C53; }
a { background-color: rgb(75,92,83); }
div.DivClassName
{
background-color: #4B5C53;
}
.BgClassName
{
background-color: #4B5C53;
}
</style>
border-color css
<style>
span { border-color: #4B5C53; }
span { border-color: rgb(75,92,83); }
td.TdClassName
{
border-color: #4B5C53;
}
.TagClassName
{
border-color: #4B5C53;
}
</style>