Shades of Hippie Green #568452
Tints of Hippie Green #568452
RGB
CMYK
RGB Variations
Color information
#568452 (or 0x568452) is known color: Hippie Green. HEX triplet: 56, 84 and 52. RGB value is (86,132,82). Sum of RGB (Red+Green+Blue) = 86+132+82=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #568452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568452 is #A97BAD. Grayscale: #707070. Windows color (decimal): -11107246 or 5407830. OLE color: 5407830.
HSL color Cylindrical-coordinate representation of color #568452: hue angle of 115.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568452 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 132 | 82 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.48 |
| HSL | 115.2º | 0.23% | 0.42% | - |
| HSV(B) | 115.2º | 0.38% | 0.52% | - |
| XYZ | 13.61 | 19.09 | 10.95 | - |
| YUV | 112.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 82 | 0.35 | 0 | 0.38 | 0.48 | 115.2 | 0.23 | 0.42 |
| Hex | 56 | 84 | 52 | 23 | 0 | 26 | 30 | 73 | 17 | 2A |
| Octal | 126 | 204 | 122 | 43 | 0 | 46 | 60 | 163 | 27 | 52 |
| Binary | 1010110 | 10000100 | 1010010 | 100011 | 0 | 100110 | 110000 | 1110011 | 10111 | 101010 |
Color Harmonies of #568452
Complementary color
Monochromatic Colors of #568452
Black with #568452
Text Example
Text Example
White with #568452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568452; }
p { color: rgb(86,132,82); }
H1.HeaderClassName
{
color: #568452;
}
.AnyTagClassName
{
color: #568452;
}
</style>
background-color css
<style>
a { background-color: #568452; }
a { background-color: rgb(86,132,82); }
div.DivClassName
{
background-color: #568452;
}
.BgClassName
{
background-color: #568452;
}
</style>
border-color css
<style>
span { border-color: #568452; }
span { border-color: rgb(86,132,82); }
td.TdClassName
{
border-color: #568452;
}
.TagClassName
{
border-color: #568452;
}
</style>