Shades of Viridian Green #426552
Tints of Viridian Green #426552
RGB
CMYK
RGB Variations
Color information
#426552 (or 0x426552) is known color: Viridian Green. HEX triplet: 42, 65 and 52. RGB value is (66,101,82). Sum of RGB (Red+Green+Blue) = 66+101+82=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #426552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426552 is #BD9AAD. Grayscale: #585858. Windows color (decimal): -12425902 or 5399874. OLE color: 5399874.
HSL color Cylindrical-coordinate representation of color #426552: hue angle of 147.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426552 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 82 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.60 |
| HSL | 147.43º | 0.21% | 0.33% | - |
| HSV(B) | 147.43º | 0.35% | 0.4% | - |
| XYZ | 8.42 | 11.07 | 9.68 | - |
| YUV | 88.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 82 | 0.35 | 0 | 0.19 | 0.60 | 147.43 | 0.21 | 0.33 |
| Hex | 42 | 65 | 52 | 23 | 0 | 13 | 3C | 93 | 15 | 21 |
| Octal | 102 | 145 | 122 | 43 | 0 | 23 | 74 | 223 | 25 | 41 |
| Binary | 1000010 | 1100101 | 1010010 | 100011 | 0 | 10011 | 111100 | 10010011 | 10101 | 100001 |
Color Harmonies of #426552
Complementary color
Monochromatic Colors of #426552
Black with #426552
Text Example
Text Example
White with #426552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426552; }
p { color: rgb(66,101,82); }
H1.HeaderClassName
{
color: #426552;
}
.AnyTagClassName
{
color: #426552;
}
</style>
background-color css
<style>
a { background-color: #426552; }
a { background-color: rgb(66,101,82); }
div.DivClassName
{
background-color: #426552;
}
.BgClassName
{
background-color: #426552;
}
</style>
border-color css
<style>
span { border-color: #426552; }
span { border-color: rgb(66,101,82); }
td.TdClassName
{
border-color: #426552;
}
.TagClassName
{
border-color: #426552;
}
</style>