Shades of Viridian Green #436052
Tints of Viridian Green #436052
RGB
CMYK
RGB Variations
Color information
#436052 (or 0x436052) is known color: Viridian Green. HEX triplet: 43, 60 and 52. RGB value is (67,96,82). Sum of RGB (Red+Green+Blue) = 67+96+82=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #436052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436052 is #BC9FAD. Grayscale: #555555. Windows color (decimal): -12361646 or 5398595. OLE color: 5398595.
HSL color Cylindrical-coordinate representation of color #436052: hue angle of 151.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #436052 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 82 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.62 |
| HSL | 151.03º | 0.18% | 0.32% | - |
| HSV(B) | 151.03º | 0.3% | 0.38% | - |
| XYZ | 8.02 | 10.17 | 9.52 | - |
| YUV | 85.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 82 | 0.30 | 0 | 0.15 | 0.62 | 151.03 | 0.18 | 0.32 |
| Hex | 43 | 60 | 52 | 1E | 0 | F | 3E | 97 | 12 | 20 |
| Octal | 103 | 140 | 122 | 36 | 0 | 17 | 76 | 227 | 22 | 40 |
| Binary | 1000011 | 1100000 | 1010010 | 11110 | 0 | 1111 | 111110 | 10010111 | 10010 | 100000 |
Color Harmonies of #436052
Complementary color
Monochromatic Colors of #436052
Black with #436052
Text Example
Text Example
White with #436052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436052; }
p { color: rgb(67,96,82); }
H1.HeaderClassName
{
color: #436052;
}
.AnyTagClassName
{
color: #436052;
}
</style>
background-color css
<style>
a { background-color: #436052; }
a { background-color: rgb(67,96,82); }
div.DivClassName
{
background-color: #436052;
}
.BgClassName
{
background-color: #436052;
}
</style>
border-color css
<style>
span { border-color: #436052; }
span { border-color: rgb(67,96,82); }
td.TdClassName
{
border-color: #436052;
}
.TagClassName
{
border-color: #436052;
}
</style>