#3F937A

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

Shades of Lochinvar #3F937A

Tints of Lochinvar #3F937A

Color information

#3F937A (or 0x3F937A) is unknown color: approx Lochinvar. HEX triplet: 3F, 93 and 7A. RGB value is (63,147,122). Sum of RGB (Red+Green+Blue) = 63+147+122=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #3F937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F937A is #C06C85. Grayscale: #777777. Windows color (decimal): -12610694 or 8033087. OLE color: 8033087.

HSL color Cylindrical-coordinate representation of color #3F937A: hue angle of 162.14º 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 #3F937A is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB63147122-
CMYK0.5700.170.42
HSL162.14º40%41.18%-
HSV(B)162.14º57.14%57.65%-
XYZ1623.3322.07-
YUV119.03129.6788.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=18.98%
G=44.28%
B=36.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471220.5700.170.42162.144041.18
Hex3F937A390112Aa22829
Octal7722317271021522425051
Binary11111110010011111101011100101000110101010100010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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