#39897C

Color #39897C Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #39897C

Tints of Lochinvar #39897C

Color information

#39897C (or 0x39897C) is unknown color: approx Lochinvar. HEX triplet: 39, 89 and 7C. RGB value is (57,137,124). Sum of RGB (Red+Green+Blue) = 57+137+124=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #39897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39897C is #C67683. Grayscale: #6F6F6F. Windows color (decimal): -13006468 or 8161593. OLE color: 8161593.

HSL color Cylindrical-coordinate representation of color #39897C: hue angle of 170.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39897C is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB57137124-
CMYK0.5800.090.46
HSL170.25º41.24%38.04%-
HSV(B)170.25º58.39%53.73%-
XYZ14.2720.2222.22-
YUV111.613589.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=17.92%
G=43.08%
B=38.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371240.5800.090.46170.2541.2438.04
Hex39897C3A092Eaa2926
Octal7121117472011562525146
Binary1110011000100111111001110100100110111010101010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39897C; }

 p { color: rgb(57,137,124); }

 H1.HeaderClassName
 {
   color: #39897C;
 }
 .AnyTagClassName
 {
   color: #39897C;
 }
</style>
background-color css

<style>
 a { background-color: #39897C; }

 a { background-color: rgb(57,137,124); }

 div.DivClassName
 {
   background-color: #39897C;
 }
 .BgClassName
 {
   background-color: #39897C;
 }
</style>
border-color css

<style>
 span { border-color: #39897C; }

 span { border-color: rgb(57,137,124); }

 td.TdClassName
 {
   border-color: #39897C;
 }
 .TagClassName
 {
   border-color: #39897C;
 }
</style>