Shades of Jewel #18654C
Tints of Jewel #18654C
RGB
CMYK
RGB Variations
Color information
#18654C (or 0x18654C) is known color: Jewel. HEX triplet: 18, 65 and 4C. RGB value is (24,101,76). Sum of RGB (Red+Green+Blue) = 24+101+76=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #18654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18654C is #E79AB3. Grayscale: #4B4B4B. Windows color (decimal): -15178420 or 5006616. OLE color: 5006616.
HSL color Cylindrical-coordinate representation of color #18654C: hue angle of 160.52º 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 #18654C is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 76 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.60 |
| HSL | 160.52º | 0.62% | 0.25% | - |
| HSV(B) | 160.52º | 0.76% | 0.4% | - |
| XYZ | 6.33 | 10.02 | 8.44 | - |
| YUV | 75.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 76 | 0.76 | 0 | 0.25 | 0.60 | 160.52 | 0.62 | 0.25 |
| Hex | 18 | 65 | 4C | 4C | 0 | 19 | 3C | A1 | 3E | 19 |
| Octal | 30 | 145 | 114 | 114 | 0 | 31 | 74 | 241 | 76 | 31 |
| Binary | 11000 | 1100101 | 1001100 | 1001100 | 0 | 11001 | 111100 | 10100001 | 111110 | 11001 |
Color Harmonies of #18654C
Complementary color
Monochromatic Colors of #18654C
Black with #18654C
Text Example
Text Example
White with #18654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18654C; }
p { color: rgb(24,101,76); }
H1.HeaderClassName
{
color: #18654C;
}
.AnyTagClassName
{
color: #18654C;
}
</style>
background-color css
<style>
a { background-color: #18654C; }
a { background-color: rgb(24,101,76); }
div.DivClassName
{
background-color: #18654C;
}
.BgClassName
{
background-color: #18654C;
}
</style>
border-color css
<style>
span { border-color: #18654C; }
span { border-color: rgb(24,101,76); }
td.TdClassName
{
border-color: #18654C;
}
.TagClassName
{
border-color: #18654C;
}
</style>