Shades of Viridian #458769
Tints of Viridian #458769
RGB
CMYK
RGB Variations
Color information
#458769 (or 0x458769) is known color: Viridian. HEX triplet: 45, 87 and 69. RGB value is (69,135,105). Sum of RGB (Red+Green+Blue) = 69+135+105=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #458769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458769 is #BA7896. Grayscale: #6F6F6F. Windows color (decimal): -12220567 or 6915909. OLE color: 6915909.
HSL color Cylindrical-coordinate representation of color #458769: hue angle of 152.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458769 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 105 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.47 |
| HSL | 152.73º | 0.32% | 0.4% | - |
| HSV(B) | 152.73º | 0.49% | 0.53% | - |
| XYZ | 13.67 | 19.61 | 16.43 | - |
| YUV | 111.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 105 | 0.49 | 0 | 0.22 | 0.47 | 152.73 | 0.32 | 0.4 |
| Hex | 45 | 87 | 69 | 31 | 0 | 16 | 2F | 99 | 20 | 28 |
| Octal | 105 | 207 | 151 | 61 | 0 | 26 | 57 | 231 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1101001 | 110001 | 0 | 10110 | 101111 | 10011001 | 100000 | 101000 |
Color Harmonies of #458769
Complementary color
Monochromatic Colors of #458769
Black with #458769
Text Example
Text Example
White with #458769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458769; }
p { color: rgb(69,135,105); }
H1.HeaderClassName
{
color: #458769;
}
.AnyTagClassName
{
color: #458769;
}
</style>
background-color css
<style>
a { background-color: #458769; }
a { background-color: rgb(69,135,105); }
div.DivClassName
{
background-color: #458769;
}
.BgClassName
{
background-color: #458769;
}
</style>
border-color css
<style>
span { border-color: #458769; }
span { border-color: rgb(69,135,105); }
td.TdClassName
{
border-color: #458769;
}
.TagClassName
{
border-color: #458769;
}
</style>