Shades of Lochinvar #439383
Tints of Lochinvar #439383
RGB
CMYK
RGB Variations
Color information
#439383 (or 0x439383) is known color: Lochinvar. HEX triplet: 43, 93 and 83. RGB value is (67,147,131). Sum of RGB (Red+Green+Blue) = 67+147+131=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #439383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439383 is #BC6C7C. Grayscale: #797979. Windows color (decimal): -12348541 or 8622915. OLE color: 8622915.
HSL color Cylindrical-coordinate representation of color #439383: hue angle of 168º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439383 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 147 | 131 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.42 |
| HSL | 168º | 0.37% | 0.42% | - |
| HSV(B) | 168º | 0.54% | 0.58% | - |
| XYZ | 16.85 | 23.7 | 25.16 | - |
| YUV | 121.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 131 | 0.54 | 0 | 0.11 | 0.42 | 168 | 0.37 | 0.42 |
| Hex | 43 | 93 | 83 | 36 | 0 | B | 2A | A8 | 25 | 2A |
| Octal | 103 | 223 | 203 | 66 | 0 | 13 | 52 | 250 | 45 | 52 |
| Binary | 1000011 | 10010011 | 10000011 | 110110 | 0 | 1011 | 101010 | 10101000 | 100101 | 101010 |
Color Harmonies of #439383
Complementary color
Monochromatic Colors of #439383
Black with #439383
Text Example
Text Example
White with #439383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439383; }
p { color: rgb(67,147,131); }
H1.HeaderClassName
{
color: #439383;
}
.AnyTagClassName
{
color: #439383;
}
</style>
background-color css
<style>
a { background-color: #439383; }
a { background-color: rgb(67,147,131); }
div.DivClassName
{
background-color: #439383;
}
.BgClassName
{
background-color: #439383;
}
</style>
border-color css
<style>
span { border-color: #439383; }
span { border-color: rgb(67,147,131); }
td.TdClassName
{
border-color: #439383;
}
.TagClassName
{
border-color: #439383;
}
</style>