Shades of Viridian #308768
Tints of Viridian #308768
RGB
CMYK
RGB Variations
Color information
#308768 (or 0x308768) is known color: Viridian. HEX triplet: 30, 87 and 68. RGB value is (48,135,104). Sum of RGB (Red+Green+Blue) = 48+135+104=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #308768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308768 is #CF7897. Grayscale: #696969. Windows color (decimal): -13596824 or 6850352. OLE color: 6850352.
HSL color Cylindrical-coordinate representation of color #308768: hue angle of 158.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308768 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 104 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.47 |
| HSL | 158.62º | 0.48% | 0.36% | - |
| HSV(B) | 158.62º | 0.64% | 0.53% | - |
| XYZ | 12.38 | 18.96 | 16.1 | - |
| YUV | 105.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 104 | 0.64 | 0 | 0.23 | 0.47 | 158.62 | 0.48 | 0.36 |
| Hex | 30 | 87 | 68 | 40 | 0 | 17 | 2F | 9F | 30 | 24 |
| Octal | 60 | 207 | 150 | 100 | 0 | 27 | 57 | 237 | 60 | 44 |
| Binary | 110000 | 10000111 | 1101000 | 1000000 | 0 | 10111 | 101111 | 10011111 | 110000 | 100100 |
Color Harmonies of #308768
Complementary color
Monochromatic Colors of #308768
Black with #308768
Text Example
Text Example
White with #308768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308768; }
p { color: rgb(48,135,104); }
H1.HeaderClassName
{
color: #308768;
}
.AnyTagClassName
{
color: #308768;
}
</style>
background-color css
<style>
a { background-color: #308768; }
a { background-color: rgb(48,135,104); }
div.DivClassName
{
background-color: #308768;
}
.BgClassName
{
background-color: #308768;
}
</style>
border-color css
<style>
span { border-color: #308768; }
span { border-color: rgb(48,135,104); }
td.TdClassName
{
border-color: #308768;
}
.TagClassName
{
border-color: #308768;
}
</style>