Shades of Green #186505
Tints of Green #186505
RGB
CMYK
RGB Variations
Color information
#186505 (or 0x186505) is known color: Green. HEX triplet: 18, 65 and 05. RGB value is (24,101,5). Sum of RGB (Red+Green+Blue) = 24+101+5=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 101 (39.84% from 255 or 77.69% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 101 - color contains mainly: green. Hex color #186505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186505 is #E79AFA. Grayscale: #434343. Windows color (decimal): -15178491 or 353560. OLE color: 353560.
HSL color Cylindrical-coordinate representation of color #186505: hue angle of 108.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #186505 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 5 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.60 |
| HSL | 108.13º | 0.91% | 0.21% | - |
| HSV(B) | 108.13º | 0.95% | 0.4% | - |
| XYZ | 5.06 | 9.51 | 1.71 | - |
| YUV | 67.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 5 | 0.76 | 0 | 0.95 | 0.60 | 108.13 | 0.91 | 0.21 |
| Hex | 18 | 65 | 5 | 4C | 0 | 5F | 3C | 6C | 5B | 15 |
| Octal | 30 | 145 | 5 | 114 | 0 | 137 | 74 | 154 | 133 | 25 |
| Binary | 11000 | 1100101 | 101 | 1001100 | 0 | 1011111 | 111100 | 1101100 | 1011011 | 10101 |
Color Harmonies of #186505
Complementary color
Monochromatic Colors of #186505
Black with #186505
Text Example
Text Example
White with #186505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186505; }
p { color: rgb(24,101,5); }
H1.HeaderClassName
{
color: #186505;
}
.AnyTagClassName
{
color: #186505;
}
</style>
background-color css
<style>
a { background-color: #186505; }
a { background-color: rgb(24,101,5); }
div.DivClassName
{
background-color: #186505;
}
.BgClassName
{
background-color: #186505;
}
</style>
border-color css
<style>
span { border-color: #186505; }
span { border-color: rgb(24,101,5); }
td.TdClassName
{
border-color: #186505;
}
.TagClassName
{
border-color: #186505;
}
</style>