Shades of Como #458B5F
Tints of Como #458B5F
RGB
CMYK
RGB Variations
Color information
#458B5F (or 0x458B5F) is known color: Como. HEX triplet: 45, 8B and 5F. RGB value is (69,139,95). Sum of RGB (Red+Green+Blue) = 69+139+95=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #458B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B5F is #BA74A0. Grayscale: #717171. Windows color (decimal): -12219553 or 6261573. OLE color: 6261573.
HSL color Cylindrical-coordinate representation of color #458B5F: hue angle of 142.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B5F is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 95 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.45 |
| HSL | 142.29º | 0.34% | 0.41% | - |
| HSV(B) | 142.29º | 0.5% | 0.55% | - |
| XYZ | 13.75 | 20.56 | 14.07 | - |
| YUV | 113.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 95 | 0.50 | 0 | 0.32 | 0.45 | 142.29 | 0.34 | 0.41 |
| Hex | 45 | 8B | 5F | 32 | 0 | 20 | 2D | 8E | 22 | 29 |
| Octal | 105 | 213 | 137 | 62 | 0 | 40 | 55 | 216 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1011111 | 110010 | 0 | 100000 | 101101 | 10001110 | 100010 | 101001 |
Color Harmonies of #458B5F
Complementary color
Monochromatic Colors of #458B5F
Black with #458B5F
Text Example
Text Example
White with #458B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B5F; }
p { color: rgb(69,139,95); }
H1.HeaderClassName
{
color: #458B5F;
}
.AnyTagClassName
{
color: #458B5F;
}
</style>
background-color css
<style>
a { background-color: #458B5F; }
a { background-color: rgb(69,139,95); }
div.DivClassName
{
background-color: #458B5F;
}
.BgClassName
{
background-color: #458B5F;
}
</style>
border-color css
<style>
span { border-color: #458B5F; }
span { border-color: rgb(69,139,95); }
td.TdClassName
{
border-color: #458B5F;
}
.TagClassName
{
border-color: #458B5F;
}
</style>