Shades of Glade Green #568C4A
Tints of Glade Green #568C4A
RGB
CMYK
RGB Variations
Color information
#568C4A (or 0x568C4A) is known color: Glade Green. HEX triplet: 56, 8C and 4A. RGB value is (86,140,74). Sum of RGB (Red+Green+Blue) = 86+140+74=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #568C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #568C4A is #A973B5. Grayscale: #747474. Windows color (decimal): -11105206 or 4885590. OLE color: 4885590.
HSL color Cylindrical-coordinate representation of color #568C4A: hue angle of 109.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568C4A is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 74 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.45 |
| HSL | 109.09º | 0.31% | 0.42% | - |
| HSV(B) | 109.09º | 0.47% | 0.55% | - |
| XYZ | 14.45 | 21.23 | 9.81 | - |
| YUV | 116.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 74 | 0.39 | 0 | 0.47 | 0.45 | 109.09 | 0.31 | 0.42 |
| Hex | 56 | 8C | 4A | 27 | 0 | 2F | 2D | 6D | 1F | 2A |
| Octal | 126 | 214 | 112 | 47 | 0 | 57 | 55 | 155 | 37 | 52 |
| Binary | 1010110 | 10001100 | 1001010 | 100111 | 0 | 101111 | 101101 | 1101101 | 11111 | 101010 |
Color Harmonies of #568C4A
Complementary color
Monochromatic Colors of #568C4A
Black with #568C4A
Text Example
Text Example
White with #568C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C4A; }
p { color: rgb(86,140,74); }
H1.HeaderClassName
{
color: #568C4A;
}
.AnyTagClassName
{
color: #568C4A;
}
</style>
background-color css
<style>
a { background-color: #568C4A; }
a { background-color: rgb(86,140,74); }
div.DivClassName
{
background-color: #568C4A;
}
.BgClassName
{
background-color: #568C4A;
}
</style>
border-color css
<style>
span { border-color: #568C4A; }
span { border-color: rgb(86,140,74); }
td.TdClassName
{
border-color: #568C4A;
}
.TagClassName
{
border-color: #568C4A;
}
</style>