Shades of Viridian #448A6B
Tints of Viridian #448A6B
RGB
CMYK
RGB Variations
Color information
#448A6B (or 0x448A6B) is known color: Viridian. HEX triplet: 44, 8A and 6B. RGB value is (68,138,107). Sum of RGB (Red+Green+Blue) = 68+138+107=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #448A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A6B is #BB7594. Grayscale: #717171. Windows color (decimal): -12285333 or 7047748. OLE color: 7047748.
HSL color Cylindrical-coordinate representation of color #448A6B: hue angle of 153.43º 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 #448A6B is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 107 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.46 |
| HSL | 153.43º | 0.34% | 0.4% | - |
| HSV(B) | 153.43º | 0.51% | 0.54% | - |
| XYZ | 14.13 | 20.47 | 17.12 | - |
| YUV | 113.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 107 | 0.51 | 0 | 0.22 | 0.46 | 153.43 | 0.34 | 0.4 |
| Hex | 44 | 8A | 6B | 33 | 0 | 16 | 2E | 99 | 22 | 28 |
| Octal | 104 | 212 | 153 | 63 | 0 | 26 | 56 | 231 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1101011 | 110011 | 0 | 10110 | 101110 | 10011001 | 100010 | 101000 |
Color Harmonies of #448A6B
Complementary color
Monochromatic Colors of #448A6B
Black with #448A6B
Text Example
Text Example
White with #448A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A6B; }
p { color: rgb(68,138,107); }
H1.HeaderClassName
{
color: #448A6B;
}
.AnyTagClassName
{
color: #448A6B;
}
</style>
background-color css
<style>
a { background-color: #448A6B; }
a { background-color: rgb(68,138,107); }
div.DivClassName
{
background-color: #448A6B;
}
.BgClassName
{
background-color: #448A6B;
}
</style>
border-color css
<style>
span { border-color: #448A6B; }
span { border-color: rgb(68,138,107); }
td.TdClassName
{
border-color: #448A6B;
}
.TagClassName
{
border-color: #448A6B;
}
</style>