Shades of Viridian #308869
Tints of Viridian #308869
RGB
CMYK
RGB Variations
Color information
#308869 (or 0x308869) is known color: Viridian. HEX triplet: 30, 88 and 69. RGB value is (48,136,105). Sum of RGB (Red+Green+Blue) = 48+136+105=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #308869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308869 is #CF7796. Grayscale: #6A6A6A. Windows color (decimal): -13596567 or 6916144. OLE color: 6916144.
HSL color Cylindrical-coordinate representation of color #308869: hue angle of 158.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308869 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 105 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.47 |
| HSL | 158.86º | 0.48% | 0.36% | - |
| HSV(B) | 158.86º | 0.65% | 0.53% | - |
| XYZ | 12.57 | 19.26 | 16.42 | - |
| YUV | 106.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 105 | 0.65 | 0 | 0.23 | 0.47 | 158.86 | 0.48 | 0.36 |
| Hex | 30 | 88 | 69 | 41 | 0 | 17 | 2F | 9F | 30 | 24 |
| Octal | 60 | 210 | 151 | 101 | 0 | 27 | 57 | 237 | 60 | 44 |
| Binary | 110000 | 10001000 | 1101001 | 1000001 | 0 | 10111 | 101111 | 10011111 | 110000 | 100100 |
Color Harmonies of #308869
Complementary color
Monochromatic Colors of #308869
Black with #308869
Text Example
Text Example
White with #308869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308869; }
p { color: rgb(48,136,105); }
H1.HeaderClassName
{
color: #308869;
}
.AnyTagClassName
{
color: #308869;
}
</style>
background-color css
<style>
a { background-color: #308869; }
a { background-color: rgb(48,136,105); }
div.DivClassName
{
background-color: #308869;
}
.BgClassName
{
background-color: #308869;
}
</style>
border-color css
<style>
span { border-color: #308869; }
span { border-color: rgb(48,136,105); }
td.TdClassName
{
border-color: #308869;
}
.TagClassName
{
border-color: #308869;
}
</style>