Shades of Lochinvar #398C7F
Tints of Lochinvar #398C7F
RGB
CMYK
RGB Variations
Color information
#398C7F (or 0x398C7F) is known color: Lochinvar. HEX triplet: 39, 8C and 7F. RGB value is (57,140,127). Sum of RGB (Red+Green+Blue) = 57+140+127=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #398C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C7F is #C67380. Grayscale: #717171. Windows color (decimal): -13005697 or 8358969. OLE color: 8358969.
HSL color Cylindrical-coordinate representation of color #398C7F: hue angle of 170.6º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C7F is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 127 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.45 |
| HSL | 170.6º | 0.42% | 0.39% | - |
| HSV(B) | 170.6º | 0.59% | 0.55% | - |
| XYZ | 14.9 | 21.16 | 23.38 | - |
| YUV | 113.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 127 | 0.59 | 0 | 0.09 | 0.45 | 170.6 | 0.42 | 0.39 |
| Hex | 39 | 8C | 7F | 3B | 0 | 9 | 2D | AB | 2A | 27 |
| Octal | 71 | 214 | 177 | 73 | 0 | 11 | 55 | 253 | 52 | 47 |
| Binary | 111001 | 10001100 | 1111111 | 111011 | 0 | 1001 | 101101 | 10101011 | 101010 | 100111 |
Color Harmonies of #398C7F
Complementary color
Monochromatic Colors of #398C7F
Black with #398C7F
Text Example
Text Example
White with #398C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C7F; }
p { color: rgb(57,140,127); }
H1.HeaderClassName
{
color: #398C7F;
}
.AnyTagClassName
{
color: #398C7F;
}
</style>
background-color css
<style>
a { background-color: #398C7F; }
a { background-color: rgb(57,140,127); }
div.DivClassName
{
background-color: #398C7F;
}
.BgClassName
{
background-color: #398C7F;
}
</style>
border-color css
<style>
span { border-color: #398C7F; }
span { border-color: rgb(57,140,127); }
td.TdClassName
{
border-color: #398C7F;
}
.TagClassName
{
border-color: #398C7F;
}
</style>