Shades of Viridian #308163
Tints of Viridian #308163
RGB
CMYK
RGB Variations
Color information
#308163 (or 0x308163) is known color: Viridian. HEX triplet: 30, 81 and 63. RGB value is (48,129,99). Sum of RGB (Red+Green+Blue) = 48+129+99=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #308163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308163 is #CF7E9C. Grayscale: #656565. Windows color (decimal): -13598365 or 6521136. OLE color: 6521136.
HSL color Cylindrical-coordinate representation of color #308163: hue angle of 157.78º 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 #308163 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 99 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.49 |
| HSL | 157.78º | 0.46% | 0.35% | - |
| HSV(B) | 157.78º | 0.63% | 0.51% | - |
| XYZ | 11.32 | 17.23 | 14.53 | - |
| YUV | 101.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 99 | 0.63 | 0 | 0.23 | 0.49 | 157.78 | 0.46 | 0.35 |
| Hex | 30 | 81 | 63 | 3F | 0 | 17 | 31 | 9E | 2E | 23 |
| Octal | 60 | 201 | 143 | 77 | 0 | 27 | 61 | 236 | 56 | 43 |
| Binary | 110000 | 10000001 | 1100011 | 111111 | 0 | 10111 | 110001 | 10011110 | 101110 | 100011 |
Color Harmonies of #308163
Complementary color
Monochromatic Colors of #308163
Black with #308163
Text Example
Text Example
White with #308163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308163; }
p { color: rgb(48,129,99); }
H1.HeaderClassName
{
color: #308163;
}
.AnyTagClassName
{
color: #308163;
}
</style>
background-color css
<style>
a { background-color: #308163; }
a { background-color: rgb(48,129,99); }
div.DivClassName
{
background-color: #308163;
}
.BgClassName
{
background-color: #308163;
}
</style>
border-color css
<style>
span { border-color: #308163; }
span { border-color: rgb(48,129,99); }
td.TdClassName
{
border-color: #308163;
}
.TagClassName
{
border-color: #308163;
}
</style>