Shades of Jewel #18654A
Tints of Jewel #18654A
RGB
CMYK
RGB Variations
Color information
#18654A (or 0x18654A) is known color: Jewel. HEX triplet: 18, 65 and 4A. RGB value is (24,101,74). Sum of RGB (Red+Green+Blue) = 24+101+74=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #18654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18654A is #E79AB5. Grayscale: #4A4A4A. Windows color (decimal): -15178422 or 4875544. OLE color: 4875544.
HSL color Cylindrical-coordinate representation of color #18654A: hue angle of 158.96º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18654A is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 74 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.60 |
| HSL | 158.96º | 0.62% | 0.25% | - |
| HSV(B) | 158.96º | 0.76% | 0.4% | - |
| XYZ | 6.27 | 10 | 8.08 | - |
| YUV | 74.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 74 | 0.76 | 0 | 0.27 | 0.60 | 158.96 | 0.62 | 0.25 |
| Hex | 18 | 65 | 4A | 4C | 0 | 1B | 3C | 9F | 3E | 19 |
| Octal | 30 | 145 | 112 | 114 | 0 | 33 | 74 | 237 | 76 | 31 |
| Binary | 11000 | 1100101 | 1001010 | 1001100 | 0 | 11011 | 111100 | 10011111 | 111110 | 11001 |
Color Harmonies of #18654A
Complementary color
Monochromatic Colors of #18654A
Black with #18654A
Text Example
Text Example
White with #18654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18654A; }
p { color: rgb(24,101,74); }
H1.HeaderClassName
{
color: #18654A;
}
.AnyTagClassName
{
color: #18654A;
}
</style>
background-color css
<style>
a { background-color: #18654A; }
a { background-color: rgb(24,101,74); }
div.DivClassName
{
background-color: #18654A;
}
.BgClassName
{
background-color: #18654A;
}
</style>
border-color css
<style>
span { border-color: #18654A; }
span { border-color: rgb(24,101,74); }
td.TdClassName
{
border-color: #18654A;
}
.TagClassName
{
border-color: #18654A;
}
</style>