Shades of Hippie Green #5D835B
Tints of Hippie Green #5D835B
RGB
CMYK
RGB Variations
Color information
#5D835B (or 0x5D835B) is known color: Hippie Green. HEX triplet: 5D, 83 and 5B. RGB value is (93,131,91). Sum of RGB (Red+Green+Blue) = 93+131+91=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #5D835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D835B is #A27CA4. Grayscale: #737373. Windows color (decimal): -10648741 or 5997405. OLE color: 5997405.
HSL color Cylindrical-coordinate representation of color #5D835B: hue angle of 117º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D835B is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 91 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.49 |
| HSL | 117º | 0.18% | 0.44% | - |
| HSV(B) | 117º | 0.31% | 0.51% | - |
| XYZ | 14.52 | 19.32 | 12.86 | - |
| YUV | 115.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 91 | 0.29 | 0 | 0.31 | 0.49 | 117 | 0.18 | 0.44 |
| Hex | 5D | 83 | 5B | 1D | 0 | 1F | 31 | 75 | 12 | 2C |
| Octal | 135 | 203 | 133 | 35 | 0 | 37 | 61 | 165 | 22 | 54 |
| Binary | 1011101 | 10000011 | 1011011 | 11101 | 0 | 11111 | 110001 | 1110101 | 10010 | 101100 |
Color Harmonies of #5D835B
Complementary color
Monochromatic Colors of #5D835B
Black with #5D835B
Text Example
Text Example
White with #5D835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D835B; }
p { color: rgb(93,131,91); }
H1.HeaderClassName
{
color: #5D835B;
}
.AnyTagClassName
{
color: #5D835B;
}
</style>
background-color css
<style>
a { background-color: #5D835B; }
a { background-color: rgb(93,131,91); }
div.DivClassName
{
background-color: #5D835B;
}
.BgClassName
{
background-color: #5D835B;
}
</style>
border-color css
<style>
span { border-color: #5D835B; }
span { border-color: rgb(93,131,91); }
td.TdClassName
{
border-color: #5D835B;
}
.TagClassName
{
border-color: #5D835B;
}
</style>