Shades of Jewel #1A654B
Tints of Jewel #1A654B
RGB
CMYK
RGB Variations
Color information
#1A654B (or 0x1A654B) is known color: Jewel. HEX triplet: 1A, 65 and 4B. RGB value is (26,101,75). Sum of RGB (Red+Green+Blue) = 26+101+75=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #1A654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A654B is #E59AB4. Grayscale: #4B4B4B. Windows color (decimal): -15047349 or 4941082. OLE color: 4941082.
HSL color Cylindrical-coordinate representation of color #1A654B: hue angle of 159.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A654B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 101 | 75 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.60 |
| HSL | 159.2º | 0.59% | 0.25% | - |
| HSV(B) | 159.2º | 0.74% | 0.4% | - |
| XYZ | 6.35 | 10.03 | 8.26 | - |
| YUV | 75.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 75 | 0.74 | 0 | 0.26 | 0.60 | 159.2 | 0.59 | 0.25 |
| Hex | 1A | 65 | 4B | 4A | 0 | 1A | 3C | 9F | 3B | 19 |
| Octal | 32 | 145 | 113 | 112 | 0 | 32 | 74 | 237 | 73 | 31 |
| Binary | 11010 | 1100101 | 1001011 | 1001010 | 0 | 11010 | 111100 | 10011111 | 111011 | 11001 |
Color Harmonies of #1A654B
Complementary color
Monochromatic Colors of #1A654B
Black with #1A654B
Text Example
Text Example
White with #1A654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A654B; }
p { color: rgb(26,101,75); }
H1.HeaderClassName
{
color: #1A654B;
}
.AnyTagClassName
{
color: #1A654B;
}
</style>
background-color css
<style>
a { background-color: #1A654B; }
a { background-color: rgb(26,101,75); }
div.DivClassName
{
background-color: #1A654B;
}
.BgClassName
{
background-color: #1A654B;
}
</style>
border-color css
<style>
span { border-color: #1A654B; }
span { border-color: rgb(26,101,75); }
td.TdClassName
{
border-color: #1A654B;
}
.TagClassName
{
border-color: #1A654B;
}
</style>