Shades of Viridian #418263
Tints of Viridian #418263
RGB
CMYK
RGB Variations
Color information
#418263 (or 0x418263) is known color: Viridian. HEX triplet: 41, 82 and 63. RGB value is (65,130,99). Sum of RGB (Red+Green+Blue) = 65+130+99=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #418263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418263 is #BE7D9C. Grayscale: #6B6B6B. Windows color (decimal): -12483997 or 6521409. OLE color: 6521409.
HSL color Cylindrical-coordinate representation of color #418263: hue angle of 151.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418263 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 99 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.49 |
| HSL | 151.38º | 0.33% | 0.38% | - |
| HSV(B) | 151.38º | 0.5% | 0.51% | - |
| XYZ | 12.41 | 17.99 | 14.62 | - |
| YUV | 107.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 99 | 0.50 | 0 | 0.24 | 0.49 | 151.38 | 0.33 | 0.38 |
| Hex | 41 | 82 | 63 | 32 | 0 | 18 | 31 | 97 | 21 | 26 |
| Octal | 101 | 202 | 143 | 62 | 0 | 30 | 61 | 227 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1100011 | 110010 | 0 | 11000 | 110001 | 10010111 | 100001 | 100110 |
Color Harmonies of #418263
Complementary color
Monochromatic Colors of #418263
Black with #418263
Text Example
Text Example
White with #418263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418263; }
p { color: rgb(65,130,99); }
H1.HeaderClassName
{
color: #418263;
}
.AnyTagClassName
{
color: #418263;
}
</style>
background-color css
<style>
a { background-color: #418263; }
a { background-color: rgb(65,130,99); }
div.DivClassName
{
background-color: #418263;
}
.BgClassName
{
background-color: #418263;
}
</style>
border-color css
<style>
span { border-color: #418263; }
span { border-color: rgb(65,130,99); }
td.TdClassName
{
border-color: #418263;
}
.TagClassName
{
border-color: #418263;
}
</style>