Shades of Viridian #42796B
Tints of Viridian #42796B
RGB
CMYK
RGB Variations
Color information
#42796B (or 0x42796B) is known color: Viridian. HEX triplet: 42, 79 and 6B. RGB value is (66,121,107). Sum of RGB (Red+Green+Blue) = 66+121+107=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #42796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42796B is #BD8694. Grayscale: #666666. Windows color (decimal): -12420757 or 7043394. OLE color: 7043394.
HSL color Cylindrical-coordinate representation of color #42796B: hue angle of 164.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42796B is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 107 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.53 |
| HSL | 164.73º | 0.29% | 0.37% | - |
| HSV(B) | 164.73º | 0.45% | 0.47% | - |
| XYZ | 11.74 | 15.89 | 16.36 | - |
| YUV | 102.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 107 | 0.45 | 0 | 0.12 | 0.53 | 164.73 | 0.29 | 0.37 |
| Hex | 42 | 79 | 6B | 2D | 0 | C | 35 | A5 | 1D | 25 |
| Octal | 102 | 171 | 153 | 55 | 0 | 14 | 65 | 245 | 35 | 45 |
| Binary | 1000010 | 1111001 | 1101011 | 101101 | 0 | 1100 | 110101 | 10100101 | 11101 | 100101 |
Color Harmonies of #42796B
Complementary color
Monochromatic Colors of #42796B
Black with #42796B
Text Example
Text Example
White with #42796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42796B; }
p { color: rgb(66,121,107); }
H1.HeaderClassName
{
color: #42796B;
}
.AnyTagClassName
{
color: #42796B;
}
</style>
background-color css
<style>
a { background-color: #42796B; }
a { background-color: rgb(66,121,107); }
div.DivClassName
{
background-color: #42796B;
}
.BgClassName
{
background-color: #42796B;
}
</style>
border-color css
<style>
span { border-color: #42796B; }
span { border-color: rgb(66,121,107); }
td.TdClassName
{
border-color: #42796B;
}
.TagClassName
{
border-color: #42796B;
}
</style>