Shades of Como #468B5C
Tints of Como #468B5C
RGB
CMYK
RGB Variations
Color information
#468B5C (or 0x468B5C) is known color: Como. HEX triplet: 46, 8B and 5C. RGB value is (70,139,92). Sum of RGB (Red+Green+Blue) = 70+139+92=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #468B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B5C is #B974A3. Grayscale: #717171. Windows color (decimal): -12154020 or 6064966. OLE color: 6064966.
HSL color Cylindrical-coordinate representation of color #468B5C: hue angle of 139.13º degrees, saturation: 0.33, 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 #468B5C is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 92 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.45 |
| HSL | 139.13º | 0.33% | 0.41% | - |
| HSV(B) | 139.13º | 0.5% | 0.55% | - |
| XYZ | 13.69 | 20.54 | 13.37 | - |
| YUV | 113.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 92 | 0.50 | 0 | 0.34 | 0.45 | 139.13 | 0.33 | 0.41 |
| Hex | 46 | 8B | 5C | 32 | 0 | 22 | 2D | 8B | 21 | 29 |
| Octal | 106 | 213 | 134 | 62 | 0 | 42 | 55 | 213 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1011100 | 110010 | 0 | 100010 | 101101 | 10001011 | 100001 | 101001 |
Color Harmonies of #468B5C
Complementary color
Monochromatic Colors of #468B5C
Black with #468B5C
Text Example
Text Example
White with #468B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B5C; }
p { color: rgb(70,139,92); }
H1.HeaderClassName
{
color: #468B5C;
}
.AnyTagClassName
{
color: #468B5C;
}
</style>
background-color css
<style>
a { background-color: #468B5C; }
a { background-color: rgb(70,139,92); }
div.DivClassName
{
background-color: #468B5C;
}
.BgClassName
{
background-color: #468B5C;
}
</style>
border-color css
<style>
span { border-color: #468B5C; }
span { border-color: rgb(70,139,92); }
td.TdClassName
{
border-color: #468B5C;
}
.TagClassName
{
border-color: #468B5C;
}
</style>