Shades of Viridian Green #436352
Tints of Viridian Green #436352
RGB
CMYK
RGB Variations
Color information
#436352 (or 0x436352) is known color: Viridian Green. HEX triplet: 43, 63 and 52. RGB value is (67,99,82). Sum of RGB (Red+Green+Blue) = 67+99+82=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #436352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436352 is #BC9CAD. Grayscale: #575757. Windows color (decimal): -12360878 or 5399363. OLE color: 5399363.
HSL color Cylindrical-coordinate representation of color #436352: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #436352 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 82 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.61 |
| HSL | 148.13º | 0.19% | 0.33% | - |
| HSV(B) | 148.13º | 0.32% | 0.39% | - |
| XYZ | 8.3 | 10.73 | 9.62 | - |
| YUV | 87.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 82 | 0.32 | 0 | 0.17 | 0.61 | 148.13 | 0.19 | 0.33 |
| Hex | 43 | 63 | 52 | 20 | 0 | 11 | 3D | 94 | 13 | 21 |
| Octal | 103 | 143 | 122 | 40 | 0 | 21 | 75 | 224 | 23 | 41 |
| Binary | 1000011 | 1100011 | 1010010 | 100000 | 0 | 10001 | 111101 | 10010100 | 10011 | 100001 |
Color Harmonies of #436352
Complementary color
Monochromatic Colors of #436352
Black with #436352
Text Example
Text Example
White with #436352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436352; }
p { color: rgb(67,99,82); }
H1.HeaderClassName
{
color: #436352;
}
.AnyTagClassName
{
color: #436352;
}
</style>
background-color css
<style>
a { background-color: #436352; }
a { background-color: rgb(67,99,82); }
div.DivClassName
{
background-color: #436352;
}
.BgClassName
{
background-color: #436352;
}
</style>
border-color css
<style>
span { border-color: #436352; }
span { border-color: rgb(67,99,82); }
td.TdClassName
{
border-color: #436352;
}
.TagClassName
{
border-color: #436352;
}
</style>