Shades of Viridian Green #4D6B5C
Tints of Viridian Green #4D6B5C
RGB
CMYK
RGB Variations
Color information
#4D6B5C (or 0x4D6B5C) is known color: Viridian Green. HEX triplet: 4D, 6B and 5C. RGB value is (77,107,92). Sum of RGB (Red+Green+Blue) = 77+107+92=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B5C is #B294A3. Grayscale: #606060. Windows color (decimal): -11703460 or 6056781. OLE color: 6056781.
HSL color Cylindrical-coordinate representation of color #4D6B5C: hue angle of 150º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B5C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
RGB | 77 | 107 | 92 | - |
CMYK | 0.28 | 0 | 0.14 | 0.58 |
HSL | 150º | 0.16% | 0.36% | - |
HSV(B) | 150º | 0.28% | 0.42% | - |
XYZ | 10.25 | 12.87 | 12.07 | - |
YUV | 96.32 | 125.56 | 114.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 107 | 92 | 0.28 | 0 | 0.14 | 0.58 | 150 | 0.16 | 0.36 |
Hex | 4D | 6B | 5C | 1C | 0 | E | 3A | 96 | 10 | 24 |
Octal | 115 | 153 | 134 | 34 | 0 | 16 | 72 | 226 | 20 | 44 |
Binary | 1001101 | 1101011 | 1011100 | 11100 | 0 | 1110 | 111010 | 10010110 | 10000 | 100100 |
Color Harmonies of #4D6B5C
Complementary color
Monochromatic Colors of #4D6B5C
Black with #4D6B5C
Text Example
Text Example
White with #4D6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B5C; }
p { color: rgb(77,107,92); }
H1.HeaderClassName
{
color: #4D6B5C;
}
.AnyTagClassName
{
color: #4D6B5C;
}
</style>
background-color css
<style>
a { background-color: #4D6B5C; }
a { background-color: rgb(77,107,92); }
div.DivClassName
{
background-color: #4D6B5C;
}
.BgClassName
{
background-color: #4D6B5C;
}
</style>
border-color css
<style>
span { border-color: #4D6B5C; }
span { border-color: rgb(77,107,92); }
td.TdClassName
{
border-color: #4D6B5C;
}
.TagClassName
{
border-color: #4D6B5C;
}
</style>