#3F887A

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

Shades of Lochinvar #3F887A

Tints of Lochinvar #3F887A

Color information

#3F887A (or 0x3F887A) is unknown color: approx Lochinvar. HEX triplet: 3F, 88 and 7A. RGB value is (63,136,122). Sum of RGB (Red+Green+Blue) = 63+136+122=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #3F887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F887A is #C07785. Grayscale: #707070. Windows color (decimal): -12613510 or 8030271. OLE color: 8030271.

HSL color Cylindrical-coordinate representation of color #3F887A: hue angle of 168.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F887A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB63136122-
CMYK0.5400.100.47
HSL168.49º36.68%39.02%-
HSV(B)168.49º53.68%53.33%-
XYZ14.3720.0721.53-
YUV112.58133.3292.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=19.63%
G=42.37%
B=38.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631361220.5400.100.47168.4936.6839.02
Hex3F887A360A2Fa82527
Octal7721017266012572504547
Binary1111111000100011110101101100101010111110101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,136,122); }

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

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

 a { background-color: rgb(63,136,122); }

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

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

 span { border-color: rgb(63,136,122); }

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