Shades of Dark Olive Green #536530
Tints of Dark Olive Green #536530
RGB
CMYK
RGB Variations
Color information
#536530 (or 0x536530) is known color: Dark Olive Green. HEX triplet: 53, 65 and 30. RGB value is (83,101,48). Sum of RGB (Red+Green+Blue) = 83+101+48=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #536530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536530 is #AC9ACF. Grayscale: #595959. Windows color (decimal): -11311824 or 3171667. OLE color: 3171667.
HSL color Cylindrical-coordinate representation of color #536530: hue angle of 80.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536530 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 48 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.60 |
| HSL | 80.38º | 0.36% | 0.29% | - |
| HSV(B) | 80.38º | 0.52% | 0.4% | - |
| XYZ | 8.75 | 11.36 | 4.53 | - |
| YUV | 89.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 48 | 0.18 | 0 | 0.52 | 0.60 | 80.38 | 0.36 | 0.29 |
| Hex | 53 | 65 | 30 | 12 | 0 | 34 | 3C | 50 | 24 | 1D |
| Octal | 123 | 145 | 60 | 22 | 0 | 64 | 74 | 120 | 44 | 35 |
| Binary | 1010011 | 1100101 | 110000 | 10010 | 0 | 110100 | 111100 | 1010000 | 100100 | 11101 |
Color Harmonies of #536530
Complementary color
Monochromatic Colors of #536530
Black with #536530
Text Example
Text Example
White with #536530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536530; }
p { color: rgb(83,101,48); }
H1.HeaderClassName
{
color: #536530;
}
.AnyTagClassName
{
color: #536530;
}
</style>
background-color css
<style>
a { background-color: #536530; }
a { background-color: rgb(83,101,48); }
div.DivClassName
{
background-color: #536530;
}
.BgClassName
{
background-color: #536530;
}
</style>
border-color css
<style>
span { border-color: #536530; }
span { border-color: rgb(83,101,48); }
td.TdClassName
{
border-color: #536530;
}
.TagClassName
{
border-color: #536530;
}
</style>