Shades of Viridian #447F68
Tints of Viridian #447F68
RGB
CMYK
RGB Variations
Color information
#447F68 (or 0x447F68) is known color: Viridian. HEX triplet: 44, 7F and 68. RGB value is (68,127,104). Sum of RGB (Red+Green+Blue) = 68+127+104=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #447F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F68 is #BB8097. Grayscale: #6A6A6A. Windows color (decimal): -12288152 or 6848324. OLE color: 6848324.
HSL color Cylindrical-coordinate representation of color #447F68: hue angle of 156.61º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F68 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 104 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.50 |
| HSL | 156.61º | 0.3% | 0.38% | - |
| HSV(B) | 156.61º | 0.46% | 0.5% | - |
| XYZ | 12.47 | 17.41 | 15.8 | - |
| YUV | 106.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 104 | 0.46 | 0 | 0.18 | 0.50 | 156.61 | 0.3 | 0.38 |
| Hex | 44 | 7F | 68 | 2E | 0 | 12 | 32 | 9D | 1E | 26 |
| Octal | 104 | 177 | 150 | 56 | 0 | 22 | 62 | 235 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1101000 | 101110 | 0 | 10010 | 110010 | 10011101 | 11110 | 100110 |
Color Harmonies of #447F68
Complementary color
Monochromatic Colors of #447F68
Black with #447F68
Text Example
Text Example
White with #447F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F68; }
p { color: rgb(68,127,104); }
H1.HeaderClassName
{
color: #447F68;
}
.AnyTagClassName
{
color: #447F68;
}
</style>
background-color css
<style>
a { background-color: #447F68; }
a { background-color: rgb(68,127,104); }
div.DivClassName
{
background-color: #447F68;
}
.BgClassName
{
background-color: #447F68;
}
</style>
border-color css
<style>
span { border-color: #447F68; }
span { border-color: rgb(68,127,104); }
td.TdClassName
{
border-color: #447F68;
}
.TagClassName
{
border-color: #447F68;
}
</style>