Shades of Dark Olive Green #536725
Tints of Dark Olive Green #536725
RGB
CMYK
RGB Variations
Color information
#536725 (or 0x536725) is known color: Dark Olive Green. HEX triplet: 53, 67 and 25. RGB value is (83,103,37). Sum of RGB (Red+Green+Blue) = 83+103+37=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #536725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536725 is #AC98DA. Grayscale: #595959. Windows color (decimal): -11311323 or 2451283. OLE color: 2451283.
HSL color Cylindrical-coordinate representation of color #536725: hue angle of 78.18º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536725 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 37 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.60 |
| HSL | 78.18º | 0.47% | 0.27% | - |
| HSV(B) | 78.18º | 0.64% | 0.4% | - |
| XYZ | 8.75 | 11.67 | 3.54 | - |
| YUV | 89.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 37 | 0.19 | 0 | 0.64 | 0.60 | 78.18 | 0.47 | 0.27 |
| Hex | 53 | 67 | 25 | 13 | 0 | 40 | 3C | 4E | 2F | 1B |
| Octal | 123 | 147 | 45 | 23 | 0 | 100 | 74 | 116 | 57 | 33 |
| Binary | 1010011 | 1100111 | 100101 | 10011 | 0 | 1000000 | 111100 | 1001110 | 101111 | 11011 |
Color Harmonies of #536725
Complementary color
Monochromatic Colors of #536725
Black with #536725
Text Example
Text Example
White with #536725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536725; }
p { color: rgb(83,103,37); }
H1.HeaderClassName
{
color: #536725;
}
.AnyTagClassName
{
color: #536725;
}
</style>
background-color css
<style>
a { background-color: #536725; }
a { background-color: rgb(83,103,37); }
div.DivClassName
{
background-color: #536725;
}
.BgClassName
{
background-color: #536725;
}
</style>
border-color css
<style>
span { border-color: #536725; }
span { border-color: rgb(83,103,37); }
td.TdClassName
{
border-color: #536725;
}
.TagClassName
{
border-color: #536725;
}
</style>