Shades of Viridian #307F63
Tints of Viridian #307F63
RGB
CMYK
RGB Variations
Color information
#307F63 (or 0x307F63) is known color: Viridian. HEX triplet: 30, 7F and 63. RGB value is (48,127,99). Sum of RGB (Red+Green+Blue) = 48+127+99=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #307F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F63 is #CF809C. Grayscale: #646464. Windows color (decimal): -13598877 or 6520624. OLE color: 6520624.
HSL color Cylindrical-coordinate representation of color #307F63: hue angle of 158.73º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F63 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 99 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.50 |
| HSL | 158.73º | 0.45% | 0.34% | - |
| HSV(B) | 158.73º | 0.62% | 0.5% | - |
| XYZ | 11.06 | 16.71 | 14.45 | - |
| YUV | 100.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 99 | 0.62 | 0 | 0.22 | 0.50 | 158.73 | 0.45 | 0.34 |
| Hex | 30 | 7F | 63 | 3E | 0 | 16 | 32 | 9F | 2D | 22 |
| Octal | 60 | 177 | 143 | 76 | 0 | 26 | 62 | 237 | 55 | 42 |
| Binary | 110000 | 1111111 | 1100011 | 111110 | 0 | 10110 | 110010 | 10011111 | 101101 | 100010 |
Color Harmonies of #307F63
Complementary color
Monochromatic Colors of #307F63
Black with #307F63
Text Example
Text Example
White with #307F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F63; }
p { color: rgb(48,127,99); }
H1.HeaderClassName
{
color: #307F63;
}
.AnyTagClassName
{
color: #307F63;
}
</style>
background-color css
<style>
a { background-color: #307F63; }
a { background-color: rgb(48,127,99); }
div.DivClassName
{
background-color: #307F63;
}
.BgClassName
{
background-color: #307F63;
}
</style>
border-color css
<style>
span { border-color: #307F63; }
span { border-color: rgb(48,127,99); }
td.TdClassName
{
border-color: #307F63;
}
.TagClassName
{
border-color: #307F63;
}
</style>