Shades of Eden #185B52
Tints of Eden #185B52
RGB
CMYK
RGB Variations
Color information
#185B52 (or 0x185B52) is known color: Eden. HEX triplet: 18, 5B and 52. RGB value is (24,91,82). Sum of RGB (Red+Green+Blue) = 24+91+82=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #185B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B52 is #E7A4AD. Grayscale: #454545. Windows color (decimal): -15180974 or 5397272. OLE color: 5397272.
HSL color Cylindrical-coordinate representation of color #185B52: hue angle of 171.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B52 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 82 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.64 |
| HSL | 171.94º | 0.58% | 0.23% | - |
| HSV(B) | 171.94º | 0.74% | 0.36% | - |
| XYZ | 5.64 | 8.29 | 9.28 | - |
| YUV | 69.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 82 | 0.74 | 0 | 0.10 | 0.64 | 171.94 | 0.58 | 0.23 |
| Hex | 18 | 5B | 52 | 4A | 0 | A | 40 | AC | 3A | 17 |
| Octal | 30 | 133 | 122 | 112 | 0 | 12 | 100 | 254 | 72 | 27 |
| Binary | 11000 | 1011011 | 1010010 | 1001010 | 0 | 1010 | 1000000 | 10101100 | 111010 | 10111 |
Color Harmonies of #185B52
Complementary color
Monochromatic Colors of #185B52
Black with #185B52
Text Example
Text Example
White with #185B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B52; }
p { color: rgb(24,91,82); }
H1.HeaderClassName
{
color: #185B52;
}
.AnyTagClassName
{
color: #185B52;
}
</style>
background-color css
<style>
a { background-color: #185B52; }
a { background-color: rgb(24,91,82); }
div.DivClassName
{
background-color: #185B52;
}
.BgClassName
{
background-color: #185B52;
}
</style>
border-color css
<style>
span { border-color: #185B52; }
span { border-color: rgb(24,91,82); }
td.TdClassName
{
border-color: #185B52;
}
.TagClassName
{
border-color: #185B52;
}
</style>