Shades of Viridian #448A66
Tints of Viridian #448A66
RGB
CMYK
RGB Variations
Color information
#448A66 (or 0x448A66) is known color: Viridian. HEX triplet: 44, 8A and 66. RGB value is (68,138,102). Sum of RGB (Red+Green+Blue) = 68+138+102=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #448A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A66 is #BB7599. Grayscale: #717171. Windows color (decimal): -12285338 or 6720068. OLE color: 6720068.
HSL color Cylindrical-coordinate representation of color #448A66: hue angle of 149.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A66 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 102 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.46 |
| HSL | 149.14º | 0.34% | 0.4% | - |
| HSV(B) | 149.14º | 0.51% | 0.54% | - |
| XYZ | 13.87 | 20.37 | 15.77 | - |
| YUV | 112.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 102 | 0.51 | 0 | 0.26 | 0.46 | 149.14 | 0.34 | 0.4 |
| Hex | 44 | 8A | 66 | 33 | 0 | 1A | 2E | 95 | 22 | 28 |
| Octal | 104 | 212 | 146 | 63 | 0 | 32 | 56 | 225 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1100110 | 110011 | 0 | 11010 | 101110 | 10010101 | 100010 | 101000 |
Color Harmonies of #448A66
Complementary color
Monochromatic Colors of #448A66
Black with #448A66
Text Example
Text Example
White with #448A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A66; }
p { color: rgb(68,138,102); }
H1.HeaderClassName
{
color: #448A66;
}
.AnyTagClassName
{
color: #448A66;
}
</style>
background-color css
<style>
a { background-color: #448A66; }
a { background-color: rgb(68,138,102); }
div.DivClassName
{
background-color: #448A66;
}
.BgClassName
{
background-color: #448A66;
}
</style>
border-color css
<style>
span { border-color: #448A66; }
span { border-color: rgb(68,138,102); }
td.TdClassName
{
border-color: #448A66;
}
.TagClassName
{
border-color: #448A66;
}
</style>