Shades of Jewel #13654C
Tints of Jewel #13654C
RGB
CMYK
RGB Variations
Color information
#13654C (or 0x13654C) is known color: Jewel. HEX triplet: 13, 65 and 4C. RGB value is (19,101,76). Sum of RGB (Red+Green+Blue) = 19+101+76=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #13654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13654C is #EC9AB3. Grayscale: #494949. Windows color (decimal): -15506100 or 5006611. OLE color: 5006611.
HSL color Cylindrical-coordinate representation of color #13654C: hue angle of 161.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13654C is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 76 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.60 |
| HSL | 161.71º | 0.68% | 0.24% | - |
| HSV(B) | 161.71º | 0.81% | 0.4% | - |
| XYZ | 6.23 | 9.97 | 8.43 | - |
| YUV | 73.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 76 | 0.81 | 0 | 0.25 | 0.60 | 161.71 | 0.68 | 0.24 |
| Hex | 13 | 65 | 4C | 51 | 0 | 19 | 3C | A2 | 44 | 18 |
| Octal | 23 | 145 | 114 | 121 | 0 | 31 | 74 | 242 | 104 | 30 |
| Binary | 10011 | 1100101 | 1001100 | 1010001 | 0 | 11001 | 111100 | 10100010 | 1000100 | 11000 |
Color Harmonies of #13654C
Complementary color
Monochromatic Colors of #13654C
Black with #13654C
Text Example
Text Example
White with #13654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13654C; }
p { color: rgb(19,101,76); }
H1.HeaderClassName
{
color: #13654C;
}
.AnyTagClassName
{
color: #13654C;
}
</style>
background-color css
<style>
a { background-color: #13654C; }
a { background-color: rgb(19,101,76); }
div.DivClassName
{
background-color: #13654C;
}
.BgClassName
{
background-color: #13654C;
}
</style>
border-color css
<style>
span { border-color: #13654C; }
span { border-color: rgb(19,101,76); }
td.TdClassName
{
border-color: #13654C;
}
.TagClassName
{
border-color: #13654C;
}
</style>