#3F937F

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

Shades of Lochinvar #3F937F

Tints of Lochinvar #3F937F

Color information

#3F937F (or 0x3F937F) is unknown color: approx Lochinvar. HEX triplet: 3F, 93 and 7F. RGB value is (63,147,127). Sum of RGB (Red+Green+Blue) = 63+147+127=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #3F937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F937F is #C06C80. Grayscale: #777777. Windows color (decimal): -12610689 or 8360767. OLE color: 8360767.

HSL color Cylindrical-coordinate representation of color #3F937F: hue angle of 165.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F937F is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB63147127-
CMYK0.5700.140.42
HSL165.71º40%41.18%-
HSV(B)165.71º57.14%57.65%-
XYZ16.3123.4623.75-
YUV119.6132.1787.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 127 (50% from 255) = 37.69%
R=18.69%
G=43.62%
B=37.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471270.5700.140.42165.714041.18
Hex3F937F390E2Aa62829
Octal7722317771016522465051
Binary1111111001001111111111110010111010101010100110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,147,127); }

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

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

 a { background-color: rgb(63,147,127); }

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

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

 span { border-color: rgb(63,147,127); }

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