#3F8E85

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

Shades of Lochinvar #3F8E85

Tints of Lochinvar #3F8E85

Color information

#3F8E85 (or 0x3F8E85) is unknown color: approx Lochinvar. HEX triplet: 3F, 8E and 85. RGB value is (63,142,133). Sum of RGB (Red+Green+Blue) = 63+142+133=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8E85 is #C0717A. Grayscale: #757575. Windows color (decimal): -12611963 or 8752703. OLE color: 8752703.

HSL color Cylindrical-coordinate representation of color #3F8E85: hue angle of 173.16º 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 #3F8E85 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB63142133-
CMYK0.5600.060.44
HSL173.16º38.54%40.2%-
HSV(B)173.16º55.63%55.69%-
XYZ15.9622.125.61-
YUV117.35136.8389.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=18.64%
G=42.01%
B=39.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421330.5600.060.44173.1638.5440.2
Hex3F8E8538062Cad2728
Octal772162057006542554750
Binary1111111000111010000101111000011010110010101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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