Shades of Lochinvar #39907D
Tints of Lochinvar #39907D
RGB
CMYK
RGB Variations
Color information
#39907D (or 0x39907D) is known color: Lochinvar. HEX triplet: 39, 90 and 7D. RGB value is (57,144,125). Sum of RGB (Red+Green+Blue) = 57+144+125=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #39907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39907D is #C66F82. Grayscale: #737373. Windows color (decimal): -13004675 or 8228921. OLE color: 8228921.
HSL color Cylindrical-coordinate representation of color #39907D: hue angle of 166.9º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39907D is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 125 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.44 |
| HSL | 166.9º | 0.43% | 0.39% | - |
| HSV(B) | 166.9º | 0.6% | 0.56% | - |
| XYZ | 15.36 | 22.3 | 22.9 | - |
| YUV | 115.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 125 | 0.60 | 0 | 0.13 | 0.44 | 166.9 | 0.43 | 0.39 |
| Hex | 39 | 90 | 7D | 3C | 0 | D | 2C | A7 | 2B | 27 |
| Octal | 71 | 220 | 175 | 74 | 0 | 15 | 54 | 247 | 53 | 47 |
| Binary | 111001 | 10010000 | 1111101 | 111100 | 0 | 1101 | 101100 | 10100111 | 101011 | 100111 |
Color Harmonies of #39907D
Complementary color
Monochromatic Colors of #39907D
Black with #39907D
Text Example
Text Example
White with #39907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39907D; }
p { color: rgb(57,144,125); }
H1.HeaderClassName
{
color: #39907D;
}
.AnyTagClassName
{
color: #39907D;
}
</style>
background-color css
<style>
a { background-color: #39907D; }
a { background-color: rgb(57,144,125); }
div.DivClassName
{
background-color: #39907D;
}
.BgClassName
{
background-color: #39907D;
}
</style>
border-color css
<style>
span { border-color: #39907D; }
span { border-color: rgb(57,144,125); }
td.TdClassName
{
border-color: #39907D;
}
.TagClassName
{
border-color: #39907D;
}
</style>