Shades of Lochinvar #368D83
Tints of Lochinvar #368D83
RGB
CMYK
RGB Variations
Color information
#368D83 (or 0x368D83) is known color: Lochinvar. HEX triplet: 36, 8D and 83. RGB value is (54,141,131). Sum of RGB (Red+Green+Blue) = 54+141+131=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #368D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D83 is #C9727C. Grayscale: #717171. Windows color (decimal): -13202045 or 8621366. OLE color: 8621366.
HSL color Cylindrical-coordinate representation of color #368D83: hue angle of 173.1º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D83 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 131 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.45 |
| HSL | 173.1º | 0.45% | 0.38% | - |
| HSV(B) | 173.1º | 0.62% | 0.55% | - |
| XYZ | 15.14 | 21.47 | 24.82 | - |
| YUV | 113.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 131 | 0.62 | 0 | 0.07 | 0.45 | 173.1 | 0.45 | 0.38 |
| Hex | 36 | 8D | 83 | 3E | 0 | 7 | 2D | AD | 2D | 26 |
| Octal | 66 | 215 | 203 | 76 | 0 | 7 | 55 | 255 | 55 | 46 |
| Binary | 110110 | 10001101 | 10000011 | 111110 | 0 | 111 | 101101 | 10101101 | 101101 | 100110 |
Color Harmonies of #368D83
Complementary color
Monochromatic Colors of #368D83
Black with #368D83
Text Example
Text Example
White with #368D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D83; }
p { color: rgb(54,141,131); }
H1.HeaderClassName
{
color: #368D83;
}
.AnyTagClassName
{
color: #368D83;
}
</style>
background-color css
<style>
a { background-color: #368D83; }
a { background-color: rgb(54,141,131); }
div.DivClassName
{
background-color: #368D83;
}
.BgClassName
{
background-color: #368D83;
}
</style>
border-color css
<style>
span { border-color: #368D83; }
span { border-color: rgb(54,141,131); }
td.TdClassName
{
border-color: #368D83;
}
.TagClassName
{
border-color: #368D83;
}
</style>