Shades of Dark Olive Green #57623A
Tints of Dark Olive Green #57623A
RGB
CMYK
RGB Variations
Color information
#57623A (or 0x57623A) is known color: Dark Olive Green. HEX triplet: 57, 62 and 3A. RGB value is (87,98,58). Sum of RGB (Red+Green+Blue) = 87+98+58=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #57623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57623A is #A89DC5. Grayscale: #5A5A5A. Windows color (decimal): -11050438 or 3826263. OLE color: 3826263.
HSL color Cylindrical-coordinate representation of color #57623A: hue angle of 76.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57623A is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 98 | 58 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.62 |
| HSL | 76.5º | 0.26% | 0.31% | - |
| HSV(B) | 76.5º | 0.41% | 0.38% | - |
| XYZ | 9.06 | 11.07 | 5.66 | - |
| YUV | 90.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 58 | 0.11 | 0 | 0.41 | 0.62 | 76.5 | 0.26 | 0.31 |
| Hex | 57 | 62 | 3A | B | 0 | 29 | 3E | 4C | 1A | 1F |
| Octal | 127 | 142 | 72 | 13 | 0 | 51 | 76 | 114 | 32 | 37 |
| Binary | 1010111 | 1100010 | 111010 | 1011 | 0 | 101001 | 111110 | 1001100 | 11010 | 11111 |
Color Harmonies of #57623A
Complementary color
Monochromatic Colors of #57623A
Black with #57623A
Text Example
Text Example
White with #57623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57623A; }
p { color: rgb(87,98,58); }
H1.HeaderClassName
{
color: #57623A;
}
.AnyTagClassName
{
color: #57623A;
}
</style>
background-color css
<style>
a { background-color: #57623A; }
a { background-color: rgb(87,98,58); }
div.DivClassName
{
background-color: #57623A;
}
.BgClassName
{
background-color: #57623A;
}
</style>
border-color css
<style>
span { border-color: #57623A; }
span { border-color: rgb(87,98,58); }
td.TdClassName
{
border-color: #57623A;
}
.TagClassName
{
border-color: #57623A;
}
</style>