Shades of Viridian #308365
Tints of Viridian #308365
RGB
CMYK
RGB Variations
Color information
#308365 (or 0x308365) is known color: Viridian. HEX triplet: 30, 83 and 65. RGB value is (48,131,101). Sum of RGB (Red+Green+Blue) = 48+131+101=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #308365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308365 is #CF7C9A. Grayscale: #666666. Windows color (decimal): -13597851 or 6652720. OLE color: 6652720.
HSL color Cylindrical-coordinate representation of color #308365: hue angle of 158.31º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308365 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 101 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.49 |
| HSL | 158.31º | 0.46% | 0.35% | - |
| HSV(B) | 158.31º | 0.63% | 0.51% | - |
| XYZ | 11.68 | 17.8 | 15.13 | - |
| YUV | 102.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 101 | 0.63 | 0 | 0.23 | 0.49 | 158.31 | 0.46 | 0.35 |
| Hex | 30 | 83 | 65 | 3F | 0 | 17 | 31 | 9E | 2E | 23 |
| Octal | 60 | 203 | 145 | 77 | 0 | 27 | 61 | 236 | 56 | 43 |
| Binary | 110000 | 10000011 | 1100101 | 111111 | 0 | 10111 | 110001 | 10011110 | 101110 | 100011 |
Color Harmonies of #308365
Complementary color
Monochromatic Colors of #308365
Black with #308365
Text Example
Text Example
White with #308365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308365; }
p { color: rgb(48,131,101); }
H1.HeaderClassName
{
color: #308365;
}
.AnyTagClassName
{
color: #308365;
}
</style>
background-color css
<style>
a { background-color: #308365; }
a { background-color: rgb(48,131,101); }
div.DivClassName
{
background-color: #308365;
}
.BgClassName
{
background-color: #308365;
}
</style>
border-color css
<style>
span { border-color: #308365; }
span { border-color: rgb(48,131,101); }
td.TdClassName
{
border-color: #308365;
}
.TagClassName
{
border-color: #308365;
}
</style>