#3F8E82

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

Shades of Lochinvar #3F8E82

Tints of Lochinvar #3F8E82

Color information

#3F8E82 (or 0x3F8E82) is unknown color: approx Lochinvar. HEX triplet: 3F, 8E and 82. RGB value is (63,142,130). Sum of RGB (Red+Green+Blue) = 63+142+130=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8E82 is #C0717D. Grayscale: #747474. Windows color (decimal): -12611966 or 8556095. OLE color: 8556095.

HSL color Cylindrical-coordinate representation of color #3F8E82: hue angle of 170.89º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E82 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB63142130-
CMYK0.5600.080.44
HSL170.89º38.54%40.2%-
HSV(B)170.89º55.63%55.69%-
XYZ15.7522.0124.54-
YUV117.01135.3389.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=18.81%
G=42.39%
B=38.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421300.5600.080.44170.8938.5440.2
Hex3F8E8238082Cab2728
Octal7721620270010542534750
Binary11111110001110100000101110000100010110010101011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8E82; }

 p { color: rgb(63,142,130); }

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

<style>
 a { background-color: #3F8E82; }

 a { background-color: rgb(63,142,130); }

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

<style>
 span { border-color: #3F8E82; }

 span { border-color: rgb(63,142,130); }

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