#3F877A

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

Shades of Lochinvar #3F877A

Tints of Lochinvar #3F877A

Color information

#3F877A (or 0x3F877A) is unknown color: approx Lochinvar. HEX triplet: 3F, 87 and 7A. RGB value is (63,135,122). Sum of RGB (Red+Green+Blue) = 63+135+122=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #3F877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F877A is #C07885. Grayscale: #6F6F6F. Windows color (decimal): -12613766 or 8030015. OLE color: 8030015.

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

Color convert

RGB63135122-
CMYK0.5300.100.47
HSL169.17º36.36%38.82%-
HSV(B)169.17º53.33%52.94%-
XYZ14.2319.7921.48-
YUV111.99133.6593.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=19.69%
G=42.19%
B=38.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631351220.5300.100.47169.1736.3638.82
Hex3F877A350A2Fa92427
Octal7720717265012572514447
Binary1111111000011111110101101010101010111110101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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