Shades of Viridian Green #436252
Tints of Viridian Green #436252
RGB
CMYK
RGB Variations
Color information
#436252 (or 0x436252) is known color: Viridian Green. HEX triplet: 43, 62 and 52. RGB value is (67,98,82). Sum of RGB (Red+Green+Blue) = 67+98+82=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #436252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436252 is #BC9DAD. Grayscale: #565656. Windows color (decimal): -12361134 or 5399107. OLE color: 5399107.
HSL color Cylindrical-coordinate representation of color #436252: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #436252 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 82 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.62 |
| HSL | 149.03º | 0.19% | 0.32% | - |
| HSV(B) | 149.03º | 0.32% | 0.38% | - |
| XYZ | 8.21 | 10.54 | 9.58 | - |
| YUV | 86.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 82 | 0.32 | 0 | 0.16 | 0.62 | 149.03 | 0.19 | 0.32 |
| Hex | 43 | 62 | 52 | 20 | 0 | 10 | 3E | 95 | 13 | 20 |
| Octal | 103 | 142 | 122 | 40 | 0 | 20 | 76 | 225 | 23 | 40 |
| Binary | 1000011 | 1100010 | 1010010 | 100000 | 0 | 10000 | 111110 | 10010101 | 10011 | 100000 |
Color Harmonies of #436252
Complementary color
Monochromatic Colors of #436252
Black with #436252
Text Example
Text Example
White with #436252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436252; }
p { color: rgb(67,98,82); }
H1.HeaderClassName
{
color: #436252;
}
.AnyTagClassName
{
color: #436252;
}
</style>
background-color css
<style>
a { background-color: #436252; }
a { background-color: rgb(67,98,82); }
div.DivClassName
{
background-color: #436252;
}
.BgClassName
{
background-color: #436252;
}
</style>
border-color css
<style>
span { border-color: #436252; }
span { border-color: rgb(67,98,82); }
td.TdClassName
{
border-color: #436252;
}
.TagClassName
{
border-color: #436252;
}
</style>