Shades of Viridian #447F67
Tints of Viridian #447F67
RGB
CMYK
RGB Variations
Color information
#447F67 (or 0x447F67) is known color: Viridian. HEX triplet: 44, 7F and 67. RGB value is (68,127,103). Sum of RGB (Red+Green+Blue) = 68+127+103=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #447F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F67 is #BB8098. Grayscale: #6A6A6A. Windows color (decimal): -12288153 or 6782788. OLE color: 6782788.
HSL color Cylindrical-coordinate representation of color #447F67: hue angle of 155.59º 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 #447F67 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 103 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.50 |
| HSL | 155.59º | 0.3% | 0.38% | - |
| HSV(B) | 155.59º | 0.46% | 0.5% | - |
| XYZ | 12.42 | 17.39 | 15.53 | - |
| YUV | 106.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 103 | 0.46 | 0 | 0.19 | 0.50 | 155.59 | 0.3 | 0.38 |
| Hex | 44 | 7F | 67 | 2E | 0 | 13 | 32 | 9C | 1E | 26 |
| Octal | 104 | 177 | 147 | 56 | 0 | 23 | 62 | 234 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1100111 | 101110 | 0 | 10011 | 110010 | 10011100 | 11110 | 100110 |
Color Harmonies of #447F67
Complementary color
Monochromatic Colors of #447F67
Black with #447F67
Text Example
Text Example
White with #447F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F67; }
p { color: rgb(68,127,103); }
H1.HeaderClassName
{
color: #447F67;
}
.AnyTagClassName
{
color: #447F67;
}
</style>
background-color css
<style>
a { background-color: #447F67; }
a { background-color: rgb(68,127,103); }
div.DivClassName
{
background-color: #447F67;
}
.BgClassName
{
background-color: #447F67;
}
</style>
border-color css
<style>
span { border-color: #447F67; }
span { border-color: rgb(68,127,103); }
td.TdClassName
{
border-color: #447F67;
}
.TagClassName
{
border-color: #447F67;
}
</style>