Shades of Jewel #145C43
Tints of Jewel #145C43
RGB
CMYK
RGB Variations
Color information
#145C43 (or 0x145C43) is known color: Jewel. HEX triplet: 14, 5C and 43. RGB value is (20,92,67). Sum of RGB (Red+Green+Blue) = 20+92+67=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #145C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C43 is #EBA3BC. Grayscale: #434343. Windows color (decimal): -15442877 or 4414484. OLE color: 4414484.
HSL color Cylindrical-coordinate representation of color #145C43: hue angle of 159.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C43 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 67 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.64 |
| HSL | 159.17º | 0.64% | 0.22% | - |
| HSV(B) | 159.17º | 0.78% | 0.36% | - |
| XYZ | 5.13 | 8.21 | 6.62 | - |
| YUV | 67.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 67 | 0.78 | 0 | 0.27 | 0.64 | 159.17 | 0.64 | 0.22 |
| Hex | 14 | 5C | 43 | 4E | 0 | 1B | 40 | 9F | 40 | 16 |
| Octal | 24 | 134 | 103 | 116 | 0 | 33 | 100 | 237 | 100 | 26 |
| Binary | 10100 | 1011100 | 1000011 | 1001110 | 0 | 11011 | 1000000 | 10011111 | 1000000 | 10110 |
Color Harmonies of #145C43
Complementary color
Monochromatic Colors of #145C43
Black with #145C43
Text Example
Text Example
White with #145C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C43; }
p { color: rgb(20,92,67); }
H1.HeaderClassName
{
color: #145C43;
}
.AnyTagClassName
{
color: #145C43;
}
</style>
background-color css
<style>
a { background-color: #145C43; }
a { background-color: rgb(20,92,67); }
div.DivClassName
{
background-color: #145C43;
}
.BgClassName
{
background-color: #145C43;
}
</style>
border-color css
<style>
span { border-color: #145C43; }
span { border-color: rgb(20,92,67); }
td.TdClassName
{
border-color: #145C43;
}
.TagClassName
{
border-color: #145C43;
}
</style>