#39897A

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

Shades of Lochinvar #39897A

Tints of Lochinvar #39897A

Color information

#39897A (or 0x39897A) is unknown color: approx Lochinvar. HEX triplet: 39, 89 and 7A. RGB value is (57,137,122). Sum of RGB (Red+Green+Blue) = 57+137+122=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #39897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39897A is #C67685. Grayscale: #6F6F6F. Windows color (decimal): -13006470 or 8030521. OLE color: 8030521.

HSL color Cylindrical-coordinate representation of color #39897A: hue angle of 168.75º 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 #39897A is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB57137122-
CMYK0.5800.110.46
HSL168.75º41.24%38.04%-
HSV(B)168.75º58.39%53.73%-
XYZ14.1520.1721.56-
YUV111.3713489.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=18.04%
G=43.35%
B=38.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371220.5800.110.46168.7541.2438.04
Hex39897A3A0B2Ea92926
Octal7121117272013562515146
Binary1110011000100111110101110100101110111010101001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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