Shades of Dark Olive Green #5A6538
Tints of Dark Olive Green #5A6538
RGB
CMYK
RGB Variations
Color information
#5A6538 (or 0x5A6538) is known color: Dark Olive Green. HEX triplet: 5A, 65 and 38. RGB value is (90,101,56). Sum of RGB (Red+Green+Blue) = 90+101+56=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6538 is #A59AC7. Grayscale: #5C5C5C. Windows color (decimal): -10853064 or 3695962. OLE color: 3695962.
HSL color Cylindrical-coordinate representation of color #5A6538: hue angle of 74.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A6538 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 56 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.60 |
| HSL | 74.67º | 0.29% | 0.31% | - |
| HSV(B) | 74.67º | 0.45% | 0.4% | - |
| XYZ | 9.58 | 11.77 | 5.51 | - |
| YUV | 92.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 56 | 0.11 | 0 | 0.45 | 0.60 | 74.67 | 0.29 | 0.31 |
| Hex | 5A | 65 | 38 | B | 0 | 2D | 3C | 4B | 1D | 1F |
| Octal | 132 | 145 | 70 | 13 | 0 | 55 | 74 | 113 | 35 | 37 |
| Binary | 1011010 | 1100101 | 111000 | 1011 | 0 | 101101 | 111100 | 1001011 | 11101 | 11111 |
Color Harmonies of #5A6538
Complementary color
Monochromatic Colors of #5A6538
Black with #5A6538
Text Example
Text Example
White with #5A6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6538; }
p { color: rgb(90,101,56); }
H1.HeaderClassName
{
color: #5A6538;
}
.AnyTagClassName
{
color: #5A6538;
}
</style>
background-color css
<style>
a { background-color: #5A6538; }
a { background-color: rgb(90,101,56); }
div.DivClassName
{
background-color: #5A6538;
}
.BgClassName
{
background-color: #5A6538;
}
</style>
border-color css
<style>
span { border-color: #5A6538; }
span { border-color: rgb(90,101,56); }
td.TdClassName
{
border-color: #5A6538;
}
.TagClassName
{
border-color: #5A6538;
}
</style>