Shades of Glade Green #568B46
Tints of Glade Green #568B46
RGB
CMYK
RGB Variations
Color information
#568B46 (or 0x568B46) is known color: Glade Green. HEX triplet: 56, 8B and 46. RGB value is (86,139,70). Sum of RGB (Red+Green+Blue) = 86+139+70=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #568B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #568B46 is #A974B9. Grayscale: #737373. Windows color (decimal): -11105466 or 4623190. OLE color: 4623190.
HSL color Cylindrical-coordinate representation of color #568B46: hue angle of 106.09º 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 #568B46 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 70 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.45 |
| HSL | 106.09º | 0.33% | 0.41% | - |
| HSV(B) | 106.09º | 0.5% | 0.55% | - |
| XYZ | 14.18 | 20.89 | 9.08 | - |
| YUV | 115.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 70 | 0.38 | 0 | 0.50 | 0.45 | 106.09 | 0.33 | 0.41 |
| Hex | 56 | 8B | 46 | 26 | 0 | 32 | 2D | 6A | 21 | 29 |
| Octal | 126 | 213 | 106 | 46 | 0 | 62 | 55 | 152 | 41 | 51 |
| Binary | 1010110 | 10001011 | 1000110 | 100110 | 0 | 110010 | 101101 | 1101010 | 100001 | 101001 |
Color Harmonies of #568B46
Complementary color
Monochromatic Colors of #568B46
Black with #568B46
Text Example
Text Example
White with #568B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B46; }
p { color: rgb(86,139,70); }
H1.HeaderClassName
{
color: #568B46;
}
.AnyTagClassName
{
color: #568B46;
}
</style>
background-color css
<style>
a { background-color: #568B46; }
a { background-color: rgb(86,139,70); }
div.DivClassName
{
background-color: #568B46;
}
.BgClassName
{
background-color: #568B46;
}
</style>
border-color css
<style>
span { border-color: #568B46; }
span { border-color: rgb(86,139,70); }
td.TdClassName
{
border-color: #568B46;
}
.TagClassName
{
border-color: #568B46;
}
</style>