Shades of Viridian Green #4B665A
Tints of Viridian Green #4B665A
RGB
CMYK
RGB Variations
Color information
#4B665A (or 0x4B665A) is known color: Viridian Green. HEX triplet: 4B, 66 and 5A. RGB value is (75,102,90). Sum of RGB (Red+Green+Blue) = 75+102+90=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #4B665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B665A is #B499A5. Grayscale: #5C5C5C. Windows color (decimal): -11835814 or 5924427. OLE color: 5924427.
HSL color Cylindrical-coordinate representation of color #4B665A: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B665A is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 90 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.6 |
| HSL | 153.33º | 0.15% | 0.35% | - |
| HSV(B) | 153.33º | 0.26% | 0.4% | - |
| XYZ | 9.5 | 11.74 | 11.44 | - |
| YUV | 92.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 90 | 0.26 | 0 | 0.12 | 0.6 | 153.33 | 0.15 | 0.35 |
| Hex | 4B | 66 | 5A | 1A | 0 | C | 3C | 99 | F | 23 |
| Octal | 113 | 146 | 132 | 32 | 0 | 14 | 74 | 231 | 17 | 43 |
| Binary | 1001011 | 1100110 | 1011010 | 11010 | 0 | 1100 | 111100 | 10011001 | 1111 | 100011 |
Color Harmonies of #4B665A
Complementary color
Monochromatic Colors of #4B665A
Black with #4B665A
Text Example
Text Example
White with #4B665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B665A; }
p { color: rgb(75,102,90); }
H1.HeaderClassName
{
color: #4B665A;
}
.AnyTagClassName
{
color: #4B665A;
}
</style>
background-color css
<style>
a { background-color: #4B665A; }
a { background-color: rgb(75,102,90); }
div.DivClassName
{
background-color: #4B665A;
}
.BgClassName
{
background-color: #4B665A;
}
</style>
border-color css
<style>
span { border-color: #4B665A; }
span { border-color: rgb(75,102,90); }
td.TdClassName
{
border-color: #4B665A;
}
.TagClassName
{
border-color: #4B665A;
}
</style>