Shades of Viridian #448764
Tints of Viridian #448764
RGB
CMYK
RGB Variations
Color information
#448764 (or 0x448764) is known color: Viridian. HEX triplet: 44, 87 and 64. RGB value is (68,135,100). Sum of RGB (Red+Green+Blue) = 68+135+100=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #448764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448764 is #BB789B. Grayscale: #6F6F6F. Windows color (decimal): -12286108 or 6588228. OLE color: 6588228.
HSL color Cylindrical-coordinate representation of color #448764: hue angle of 148.66º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448764 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 100 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.47 |
| HSL | 148.66º | 0.33% | 0.4% | - |
| HSV(B) | 148.66º | 0.5% | 0.53% | - |
| XYZ | 13.35 | 19.48 | 15.11 | - |
| YUV | 110.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 100 | 0.50 | 0 | 0.26 | 0.47 | 148.66 | 0.33 | 0.4 |
| Hex | 44 | 87 | 64 | 32 | 0 | 1A | 2F | 95 | 21 | 28 |
| Octal | 104 | 207 | 144 | 62 | 0 | 32 | 57 | 225 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1100100 | 110010 | 0 | 11010 | 101111 | 10010101 | 100001 | 101000 |
Color Harmonies of #448764
Complementary color
Monochromatic Colors of #448764
Black with #448764
Text Example
Text Example
White with #448764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448764; }
p { color: rgb(68,135,100); }
H1.HeaderClassName
{
color: #448764;
}
.AnyTagClassName
{
color: #448764;
}
</style>
background-color css
<style>
a { background-color: #448764; }
a { background-color: rgb(68,135,100); }
div.DivClassName
{
background-color: #448764;
}
.BgClassName
{
background-color: #448764;
}
</style>
border-color css
<style>
span { border-color: #448764; }
span { border-color: rgb(68,135,100); }
td.TdClassName
{
border-color: #448764;
}
.TagClassName
{
border-color: #448764;
}
</style>